mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Merge remote-tracking branch 'origin/topic/johanna/gh-1454'
* origin/topic/johanna/gh-1454: Heartbleed: fix substraction order.
This commit is contained in:
commit
867abd0b99
3 changed files with 14 additions and 2 deletions
12
CHANGES
12
CHANGES
|
@ -1,4 +1,16 @@
|
|||
|
||||
4.1.0-dev.423 | 2021-03-26 16:44:26 -0700
|
||||
|
||||
* GH-1454: Heartbleed: fix substraction order. (Johanna Amann)
|
||||
|
||||
Fixes incorrect/overflowed `n` value for `SSL_Heartbeat_Many_Requests`
|
||||
notices where number of server heartbeats is greater than number of client
|
||||
heartbeats.
|
||||
|
||||
The larger number was substracted from the smaller one leading to an
|
||||
integer overflow. However, no information was lost due to everything
|
||||
also being present in the notice message.
|
||||
|
||||
4.1.0-dev.421 | 2021-03-26 16:39:22 -0700
|
||||
|
||||
* Fix crash in Analyzer::ForwardPacket due to recursive analyzer calls. (Tim Wojtulewicz, Corelight)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue