mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 18:18:19 +00:00
Fix potential mem leak in IP frag reassembly.
Reported by Coverity, but it's not a typical code path.
This commit is contained in:
parent
9ec657eeb1
commit
a30caf6960
1 changed files with 1 additions and 0 deletions
|
@ -260,6 +260,7 @@ void FragReassembler::BlockInserted(DataBlock* /* start_block */)
|
||||||
reporter->InternalWarning("bad fragment reassembly");
|
reporter->InternalWarning("bad fragment reassembly");
|
||||||
DeleteTimer();
|
DeleteTimer();
|
||||||
Expire(network_time);
|
Expire(network_time);
|
||||||
|
delete [] pkt_start;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue