Add validity checking/warnings for Broker messages

This commit is contained in:
Jon Siwek 2019-02-06 13:17:39 -06:00
parent 1ee96516e8
commit 018f687c33
4 changed files with 50 additions and 2 deletions

View file

@ -1,4 +1,10 @@
2.6-113 | 2019-02-06 13:17:39 -0600
* Add validity checking/warnings for Broker messages (Jon Siwek, Corelight)
* Fix crash when using debug.log. (Johanna Amann, Corelight)
2.6-111 | 2019-01-29 18:17:35 -0600
* Fix memory leak due to enum type/val circular references (Jon Siwek, Corelight)