mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Merge remote-tracking branch 'origin/topic/awelzel/event-trace-fix-operator-equals'
* origin/topic/awelzel/event-trace-fix-operator-equals: EventTrace: Fix operator==() UBSAN downcast error
This commit is contained in:
commit
ddeecabc1e
3 changed files with 10 additions and 2 deletions
8
CHANGES
8
CHANGES
|
@ -1,3 +1,11 @@
|
|||
8.0.0-dev.142 | 2025-05-19 12:32:56 -0700
|
||||
|
||||
* EventTrace: Fix operator==() UBSAN downcast error (Arne Welzel, Corelight)
|
||||
|
||||
New test triggered the following error:
|
||||
|
||||
runtime error: downcast of address 0x57021a323ea0 which does not point to an object of type 'const FileVal' 0x57021a323ea0: note: object is of type 'zeek::FuncVal'
|
||||
|
||||
8.0.0-dev.140 | 2025-05-19 11:04:29 -0700
|
||||
|
||||
* Change from_json to return an error rather than print it. (Steve Smoot, Corelight)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue