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 qa: remove depcrecated files 2 years ago
gnuplot
live qa/live: update tests for fw stats counters 1 month ago
Makefile.am qa: remove socket_to_gzip_file.py 1 month ago
drmemory.suppress qa: add more drmemory suppressions for hyperscan 9 years ago
lsan.suppress qa: add leak sanitzer suppression 11 years ago
run-ossfuzz-corpus.sh github-ci/codecov: add rust coverage support 4 years ago
sb-taint-config.yaml scan-build: support taint filtering 2 months ago
travis.sh travis: remove cocci and macos builds 7 years ago
unix.sh qa: fix suricatasc path 1 year ago
valgrind.suppress config/nss: Remove libnspr/libnss traces 2 years ago
wirefuzz.pl http-log: remove support for http-log 1 month ago