mirror of
https://github.com/zeek/zeek.git
synced 2025-10-16 05:28:20 +00:00
Fixing memory leaks in SSL analyzer.
This commit is contained in:
parent
bab76be87a
commit
0dbfebc2f8
3 changed files with 36 additions and 32 deletions
|
@ -433,7 +433,7 @@ type ServerHello(rec: SSLRecord) = record {
|
|||
random_bytes : bytestring &length = 28 &transient;
|
||||
session_len : uint8;
|
||||
session_id : uint8[session_len];
|
||||
cipher_suite : uint16;
|
||||
cipher_suite : uint16[1];
|
||||
compression_method : uint8;
|
||||
} &let {
|
||||
state_changed : bool =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue