You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
suricata/qa
Victor Julien 84f14438c3 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.
11 years ago
..
coccinelle
gnuplot
Makefile.am
drmemory.suppress Bug 980: fix HTTP memory cleanup at shutdown 11 years ago
prscript.py prscript: add --norebase option 11 years ago
sock_to_gzip_file.py
valgrind.suppress
wirefuzz.pl