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
Victor Julien 2da90a1cd8 posix: remove deprecated index/rindex calls
Replace index by strchr and rindex by strrchr.

index(3) states "POSIX.1-2008 removes the specifications of index() and
rindex(), recommending strchr(3) and strrchr(3) instead."

Add index/rindex to banned function check so they don't get reintroduced.

Bug #1443.
7 years ago
..
coccinelle posix: remove deprecated index/rindex calls 7 years ago
docker
gnuplot
Makefile.am
drmemory.suppress qa: add more drmemory suppressions for hyperscan 9 years ago
lsan.suppress qa: add leak sanitzer suppression 11 years ago
prscript.py prscript: update urls to use OISF repo 9 years ago
sock_to_gzip_file.py
travis-libhtp.sh qa: update url in libhtp script 10 years ago
travis.sh travis: move checks into script 7 years ago
valgrind.suppress valgrind: support hyperscan warning 7 years ago
wirefuzz.pl wirefuzz: add 'quiet' mode 8 years ago