Merge remote-tracking branch 'origin/topic/timw/shutdown-use-after-free'

* origin/topic/timw/shutdown-use-after-free:
  Fix a use-after-free during shutdown
This commit is contained in:
Tim Wojtulewicz 2021-07-27 09:36:13 -07:00
commit 56ee21b97b
4 changed files with 7 additions and 3 deletions

View file

@ -1,3 +1,7 @@
4.2.0-dev.50 | 2021-07-27 09:36:13 -0700
* Fix a use-after-free during shutdown (Tim Wojtulewicz, Corelight)
4.2.0-dev.48 | 2021-07-26 13:03:01 -0700
* GH-1693: Fix potential crash with elements being modified during robust iteration (Tim Wojtulewicz, Corelight)