Fixing memory leaks in SSL analyzer.

This commit is contained in:
Seth Hall 2011-07-01 12:21:50 -04:00
parent bab76be87a
commit 0dbfebc2f8
3 changed files with 36 additions and 32 deletions

View file

@ -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 =