mirror of https://github.com/OISF/suricata
Always try PCRE_NO_AUTO_CAPTURE first for signature regexes.
Many, many pcre: signatures specify (...) when the more efficient (?:...) is all that is needed. This change attempts to force PCRE_NO_AUTO_CAPTURE on all unnamed capture groups, reverting to capturing when necessary, e.g., when \1 is referenced.remotes/origin/master-1.1.x
parent
60887131be
commit
f5017e0d1a
Loading…
Reference in New Issue