mirror of
https://github.com/zeek/zeek.git
synced 2025-10-13 12:08:20 +00:00
Coerce event handler record arguments to correct record type.
This lets events be sent to bro that contain record arguments that don't have to fill in all &optional record fields. This corresponds to broccoli-python tests that were updated in commit 8b87d8f61ef89162019cd4acc01be93700b0c588
This commit is contained in:
parent
4f6690776c
commit
303dba6372
2 changed files with 29 additions and 0 deletions
|
@ -13,3 +13,7 @@ Servus
|
|||
==== record
|
||||
[a=42, b=6.6.7.7]
|
||||
42, 6.6.7.7
|
||||
==== coerced record
|
||||
[a=13, b=<uninitialized>, c=helloworld]
|
||||
13
|
||||
helloworld
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue