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.
11 years ago
..
coccinelle coccinelle: add test on realloc 11 years ago
gnuplot
Makefile.am
drmemory.suppress
prscript.py
sock_to_gzip_file.py
valgrind.suppress
wirefuzz.pl