GH-161: fix segfault in &default type checking for sets

Fixes GH-161
This commit is contained in:
Jon Siwek 2019-01-14 14:01:00 -06:00
parent 02783692d8
commit cada0d5e6e
5 changed files with 12 additions and 1 deletions

View file

@ -1,4 +1,8 @@
2.6-67 | 2019-01-14 14:01:00 -0600
* GH-161: fix segfault in &default type checking for sets (Jon Siwek, Corelight)
2.6-66 | 2019-01-14 10:26:47 -0600
* Fix performance issue due to variable reuse in table expiration (Justin Azoff, Corelight)