mirror of https://github.com/OISF/suricata
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.
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 | 1 month ago | |
| docker/pcaps | 2 years ago | |
| gnuplot | ||
| live | 1 month ago | |
| Makefile.am | 1 month ago | |
| drmemory.suppress | 9 years ago | |
| lsan.suppress | 11 years ago | |
| run-ossfuzz-corpus.sh | 4 years ago | |
| sb-taint-config.yaml | 2 months ago | |
| travis.sh | 7 years ago | |
| unix.sh | 1 year ago | |
| valgrind.suppress | 2 years ago | |
| wirefuzz.pl | 1 month ago | |