mirror of
https://github.com/zeek/zeek.git
synced 2025-10-17 14:08:20 +00:00
Update submodule(s) [nomail]
This commit is contained in:
parent
22ab203d97
commit
144ca0f45b
3 changed files with 20 additions and 2 deletions
18
CHANGES
18
CHANGES
|
@ -1,4 +1,22 @@
|
|||
|
||||
3.3.0-dev.660 | 2020-12-14 10:55:15 -0800
|
||||
|
||||
* Fix typo in table iterator invalidation test comment (Tim Wojtulewicz, Corelight)
|
||||
|
||||
* GH-1328: Improve behavior of Dictionary iterator invalidation (Jon Siwek, Corelight)
|
||||
|
||||
Previously, an assertion was triggered in debug builds upon any attempt
|
||||
to insert or remove a Dictionary entry while any iteration of that
|
||||
Dictionary is underway and also even in cases where Dictionary membership
|
||||
was not actually modified (and thus invalidates a loop).
|
||||
|
||||
Now, it emits run-time warnings regardless of build-type and only when
|
||||
insert/remove operations truly change the Dictionary membership. In the
|
||||
context of a Zeek script causing an invalidation, the warning message
|
||||
also now helps pinpoint the exact expression that causes it.
|
||||
|
||||
* Add a note about aligning .cirrus.yml to platform support matrix wiki page (Johanna Amann, Corelight)
|
||||
|
||||
3.3.0-dev.650 | 2020-12-12 20:24:19 -0800
|
||||
|
||||
* Install zkg as part of the Zeek distribution. (Christian Kreibich, Corelight)
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
3.3.0-dev.650
|
||||
3.3.0-dev.660
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 7878a6d816fdae370e86f13ae08c6762b6d11347
|
||||
Subproject commit 275ab221eeb5db4efd845a02c14486ea4d495b1c
|
Loading…
Add table
Add a link
Reference in a new issue