mirror of
https://github.com/zeek/zeek.git
synced 2025-10-10 02:28:21 +00:00
Make CompHash computation/recovery for functions deterministic
Functions are now assigned a unique integer on construction which CompositeHash can base hashes on. Recovery then just involves looking up the function pointer associated with that unique number.
This commit is contained in:
parent
3ecd872291
commit
1cc675e30f
6 changed files with 64 additions and 27 deletions
|
@ -0,0 +1,4 @@
|
|||
# This test checks that the default notice policy ordering is the same
|
||||
# as a known baseline.
|
||||
# @TEST-EXEC: bro -e ''
|
||||
# @TEST-EXEC: btest-diff notice_policy.log
|
Loading…
Add table
Add a link
Reference in a new issue