Fix crash when modifying a table from within its &expire_func

This commit is contained in:
Jon Siwek 2018-10-12 08:33:32 -04:00
parent 0f55080625
commit 8792f5545c
5 changed files with 57 additions and 4 deletions

View file

@ -1,4 +1,8 @@
2.6-beta2-25 | 2018-10-12 08:33:32 -0400
* Fix crash when modifying a table from within its &expire_func (Jon Siwek, Corelight)
2.6-beta2-24 | 2018-10-05 14:24:34 -0500
* GH-184: add `bro-config --build_type`, outputs CMake build type (Jon Siwek, Corelight)