Merge remote-tracking branch 'origin/topic/timw/1693-robust-iterator-invalidation'

* origin/topic/timw/1693-robust-iterator-invalidation:
  GH-1693: Fix potential crash with elements being modified during robust iteration
This commit is contained in:
Tim Wojtulewicz 2021-07-26 13:03:01 -07:00
commit 6acc3418e0
3 changed files with 83 additions and 3 deletions

View file

@ -1,3 +1,9 @@
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)
* Update HMAC key used for benchmarking service (Tim Wojtulewicz, Corelight)
4.2.0-dev.45 | 2021-07-23 09:28:49 -0700
* GH-1684: Ensure that the time gets updated every pass if we're reading live traffic (Tim Wojtulewicz, Corelight)