mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
fix for ZAM "assert" statements potentially evaluating invalid expressions
This commit is contained in:
parent
682789a8e9
commit
e6e31bc25a
3 changed files with 10 additions and 3 deletions
|
@ -1,3 +1,3 @@
|
|||
### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
|
||||
runtime error in <...>/assert.zeek, line 9: field value missing: $b
|
||||
error in <...>/assert.zeek, line 10: assertion failure: r?$b (r$b is not set in [a=1234, b=<uninitialized>])
|
||||
fatal error: errors occurred while initializing
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
|
||||
runtime error in <...>/assert.zeek, line 9: field value missing: $b
|
||||
runtime error in <...>/assert.zeek, line 12: field value missing: $b
|
||||
fatal error: errors occurred while initializing
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue