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
Victor Julien 5bfedf78fc posix: replace bzero with memset
bzero(3): The bzero() function is deprecated (marked as LEGACY in
POSIX.1-2001); use memset(3) in new programs.  POSIX.1-2008 removes
the specification of bzero().

Use memset instead.
6 years ago
..
Makefile.am coccinelle: add missing tests to make dist 6 years ago
access-pkt-packet.cocci
action-pkt.cocci action handling: add test to avoid direct access 12 years ago
banned-functions.cocci posix: replace bzero with memset 6 years ago
direct-packet.cocci
malloc-error-check.cocci coccinelle: fix malloc test 11 years ago
pktnotset-packet.cocci coccinelle: update pkt not set test 12 years ago
realloc.cocci coccinelle: add test on realloc 11 years ago
run_check.sh qa/coccinelle: allow to run from non git directory 7 years ago
siginit.cocci coccinelle: add siginit test 9 years ago
size_t.cocci coccinelle: protecting regexp operator is not needed 11 years ago
struct-flags.cocci qa: update struct-flags coccinelle test 8 years ago
struct-flags.py coccinelle: add script to generate flags test 12 years ago
sz3.cocci cocci test: add sizeof test 12 years ago
uint.cocci cocci: add test to check for uint use 8 years ago