mirror of
https://github.com/zeek/zeek.git
synced 2025-10-14 12:38:20 +00:00
Fix uninitialized field in POP3 fuzzer
This commit is contained in:
parent
efcbf979f5
commit
5d33775430
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ static zeek::Connection* add_connection()
|
|||
conn_id.dst_addr = zeek::IPAddr("5.6.7.8");
|
||||
conn_id.src_port = htons(23132);
|
||||
conn_id.dst_port = htons(80);
|
||||
conn_id.is_one_way = false;
|
||||
zeek::detail::ConnIDKey key = zeek::detail::BuildConnIDKey(conn_id);
|
||||
zeek::Connection* conn = new zeek::Connection(zeek::sessions, key, network_time_start,
|
||||
&conn_id, 1, &p, nullptr);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue