Handle the case of pcre combined with a relative content, where pcre has the

set to match from start of line and we discontinue matching on not finding
match.
pull/334/merge
Anoop Saldanha 12 years ago committed by Victor Julien
parent aa363a8144
commit 71ffed5128

@ -354,7 +354,6 @@ int DetectEngineContentInspection(DetectEngineCtx *de_ctx, DetectEngineThreadCtx
r = DetectPcrePayloadMatch(det_ctx, s, sm, p, f,
buffer, buffer_len);
if (r == 0) {
det_ctx->discontinue_matching = 1;
SCReturnInt(0);
}

Loading…
Cancel
Save