mirror of https://github.com/OISF/suricata
fix for bug #970(ac-bs).
Content strings that are a duplicate of a pattern from another sig, but have a fast_pattern chop being applied, would end up being assigned the same pattern id as the duplicate string. But the string supplied to the mpm would be the chopped string, which might result in the state_table output_state content entry being over-riden by the the fuller string at the final state of the smaller content length, because of which during a match we might end up inspecting the search buffer against the fuller content pattern, instead of the chopped pattern, which would end up being an inspection beyond the buffer bounds.pull/559/head
parent
af95df67a5
commit
496f30a5e4
Loading…
Reference in New Issue