mirror of https://github.com/OISF/suricata
Bug 980: fix HTTP memory cleanup at shutdown
Buffers in per thread HTTP header, client body and server body storage would be freed based on the usage indicator instead of the size indicator. As the usage indicator (e.g. hsbd_buffers_list_len) could be reset while leaving the memory untouched for later reuse, the free function would not iterate over all memory blocks. Removed DrMemory suppressions as well. Bug #980.pull/781/merge
parent
82a2dd859b
commit
84f14438c3
Loading…
Reference in New Issue