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/coccinelle
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
..
Makefile.am
access-pkt-packet.cocci
action-pkt.cocci
banned-functions.cocci
direct-packet.cocci
malloc-error-check.cocci
pktnotset-packet.cocci
realloc.cocci coccinelle: add test on realloc 11 years ago
run_check.sh
size_t.cocci
struct-flags.cocci
struct-flags.py
sz3.cocci