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
Denis Balashov 344e89e3c6 qa/cocci: fix broken regex alternation in malloc-error-check
Coccinelle uses OCaml Str, not PCRE. The '|' and '()' characters are
literals in OCaml Str, so 'identifier func =~ "(SCMalloc|SCCalloc|...)"'
never matched anything — making the entire script a no-op since its
introduction.

Replace all five patterns with OCaml Str alternation syntax 'A\|B'.

Ticket: 8641
1 month ago
..
coccinelle qa/cocci: fix broken regex alternation in malloc-error-check 1 month ago
docker/pcaps
gnuplot
live qa/live: update tests for fw stats counters 2 months ago
Makefile.am qa: remove socket_to_gzip_file.py 1 month ago
drmemory.suppress
lsan.suppress
run-ossfuzz-corpus.sh
sb-taint-config.yaml scan-build: support taint filtering 2 months ago
travis.sh
unix.sh qa: fix suricatasc path 1 year ago
valgrind.suppress
wirefuzz.pl http-log: remove support for http-log 1 month ago