mirror of
https://github.com/zeek/zeek.git
synced 2025-10-13 12:08:20 +00:00
GH-208: change invalid subnet expressions to a runtime error
Rather than abort.
This commit is contained in:
parent
67484a90fa
commit
01a8418d79
4 changed files with 65 additions and 11 deletions
5
testing/btest/Baseline/language.subnet-errors/out
Normal file
5
testing/btest/Baseline/language.subnet-errors/out
Normal file
|
@ -0,0 +1,5 @@
|
|||
expression error in /home/jon/pro/zeek/zeek/testing/btest/.tmp/language.subnet-errors/subnet-errors.bro, line 9: bad IPv4 subnet prefix length: 33 (1.2.3.4 / i)
|
||||
expression error in /home/jon/pro/zeek/zeek/testing/btest/.tmp/language.subnet-errors/subnet-errors.bro, line 18: bad IPv6 subnet prefix length: 129 (:: / i)
|
||||
1.2.3.4/32
|
||||
::/128
|
||||
init last
|
Loading…
Add table
Add a link
Reference in a new issue