mirror of https://github.com/OISF/suricata
detect/pcre: avoid infinite loop after negated pcre
Ticket: 7526 The usage of negated pcre, followed by other relative payload content keywords could lead to an infinite loop. This is because regular (not negated) pcre can test multiple occurences, but negated pcre should be tried only once.pull/12779/head
parent
66e47a1983
commit
b14c67cbdf
Loading…
Reference in New Issue