mirror of https://github.com/OISF/suricata
smb: fix post-trunc chunk behavior
After a gap in a file transaction, the file tracker is truncated. However this did not clear any stored out of order chunks from memory or stop more chunks to be stored, leading to accumulation of a large number of chunks. This patches fixes this be clearing the stored chunks on trunc. It also makes sure no more chunks are stored in the tracker after the trunc. Bug: #5781.pull/8389/head
parent
e22b59b8c1
commit
a24d7dc45c
Loading…
Reference in New Issue