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 bc2b53f10b parsing: s/strtok/strtok_r/g
Remove all strtok uses and replace them by strtok_r.

Do the same for Windows builds. Cygwin builds fine with strtok_r.

Add strtok to banned function list.
10 years ago
..
Makefile.am
access-pkt-packet.cocci
action-pkt.cocci
banned-functions.cocci parsing: s/strtok/strtok_r/g 10 years ago
direct-packet.cocci
malloc-error-check.cocci coccinelle: fix malloc test 11 years ago
pktnotset-packet.cocci
realloc.cocci coccinelle: add test on realloc 11 years ago
run_check.sh coccinelle: add option to continue on errors 11 years ago
size_t.cocci coccinelle: protecting regexp operator is not needed 11 years ago
struct-flags.cocci coccinelle: update struct flags test 10 years ago
struct-flags.py
sz3.cocci