Merge remote-tracking branch 'origin/topic/timw/1692-binary-to-int64-shifting'

* origin/topic/timw/1692-binary-to-int64-shifting:
  GH-1692: Add some safety to ASN's binary_to_int64 to avoid bad shifts
This commit is contained in:
Tim Wojtulewicz 2021-07-29 13:23:51 -07:00
commit 2a717e05cc
3 changed files with 13 additions and 1 deletions

View file

@ -1,3 +1,7 @@
4.2.0-dev.54 | 2021-07-29 13:23:51 -0700
* GH-1692: Add some safety to ASN's binary_to_int64 to avoid bad shifts (Tim Wojtulewicz, Corelight)
4.2.0-dev.50 | 2021-07-27 09:36:13 -0700
* Fix a use-after-free during shutdown (Tim Wojtulewicz, Corelight)