Merge remote-tracking branch 'origin/topic/jsiwek/bit-1885'

* origin/topic/jsiwek/bit-1885:
  BIT-1885: fix input framework memory leak
  Increase timeout for a memleak test
This commit is contained in:
Robin Sommer 2018-08-23 15:53:16 +00:00
commit 45338b1942
6 changed files with 28 additions and 4 deletions

View file

@ -1,4 +1,12 @@
2.5-897 | 2018-08-23 15:53:16 +0000
* BIT-1885: Fix input framework memory leak. For input threads that
get joined during run-time, messages could remain in the thread's
queue and leak. (Jon Siwek, Corelight)
* Increase timeout for a memleak test. (Jon Siwek, Corelight)
2.5-894 | 2018-08-22 12:05:19 -0500
* Ensure external test repo hashes track origin/master (Jon Siwek, Corelight)