mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Merge remote-tracking branch 'origin/topic/johanna/gh-1687'
* origin/topic/johanna/gh-1687: Fix handling of timers when cloning TableVals
This commit is contained in:
commit
9383c926ad
4 changed files with 21 additions and 3 deletions
12
CHANGES
12
CHANGES
|
@ -1,3 +1,15 @@
|
|||
4.2.0-dev.43 | 2021-07-21 11:41:19 -0700
|
||||
|
||||
* Fix handling of timers when cloning TableVals (Johanna Amann, Corelight)
|
||||
|
||||
When cloning TableVals, a new timer was created for the wrong object
|
||||
(the existing TableVal, not the clone). This lead to the already
|
||||
existing timer being no longer accessible. Which, in turn, leads to an
|
||||
abandoned timer reading into no longer allocated data when the original
|
||||
TableVal is deleted.
|
||||
|
||||
Fixes GH-1687
|
||||
|
||||
4.2.0-dev.40 | 2021-07-20 09:58:14 -0700
|
||||
|
||||
* Cover in NEWS the inclusion of btest tooling in the installation (Christian Kreibich, Corelight)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue