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
Eric Leblond 1fbaebad63 coccinelle: add test on realloc
If we use SCRealloc like:
 x = SCRealloc(x, ...)
then in case of failure we are loosing the original pointer value
and the memory is lost and can not be free.

This test just check for this construction and output an error if
it finds it.
12 years ago
..
coccinelle coccinelle: add test on realloc 12 years ago
gnuplot
Makefile.am Add DrMemory suppress file 12 years ago
drmemory.suppress Add DrMemory suppression for Bug #980. Suppress useless (likely) buggy leak message too 12 years ago
prscript.py qa: prscript now output pastable line for PR. 12 years ago
sock_to_gzip_file.py Add simple socket to gzip file PoC. 14 years ago
valgrind.suppress valgrind: add suppression file 12 years ago
wirefuzz.pl