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.
13 years ago
..
Makefile.am autotools: all target are conditional 13 years ago
access-pkt-packet.cocci Update coccinelle script to match syntax evolution. 14 years ago
action-pkt.cocci action handling: add test to avoid direct access 13 years ago
banned-functions.cocci Update coccinelle script to match syntax evolution. 14 years ago
direct-packet.cocci Import coccinelle test 16 years ago
malloc-error-check.cocci coccinelle: fix malloc test 13 years ago
pktnotset-packet.cocci coccinelle: update pkt not set test 13 years ago
realloc.cocci coccinelle: add test on realloc 13 years ago
run_check.sh coccinelle: add option to continue on errors 13 years ago
size_t.cocci Update coccinelle script to match syntax evolution. 14 years ago
struct-flags.cocci coccinelle: dynamic testing through make check 13 years ago
struct-flags.py coccinelle: add script to generate flags test 13 years ago
sz3.cocci cocci test: add sizeof test 14 years ago