]> git.ipfire.org Git - thirdparty/suricata.git/commit
detct/pcre: Correct capture group count check 5887/head
authorJeff Lucovsky <jeff@lucovsky.org>
Mon, 8 Feb 2021 13:05:41 +0000 (08:05 -0500)
committerJeff Lucovsky <jeff@lucovsky.org>
Thu, 18 Feb 2021 13:27:16 +0000 (08:27 -0500)
commitb0746091b5bd39b4f8f65e438d325b784469a335
treed9de77f1aa0cea0aced6b1059f4445606afd2cae
parent78a64a0580146d23899c280d5b0cf12a1e1d4a3a
detct/pcre: Correct capture group count check

This commit corrects the validation check between the number of
variables used and the number of specified capture groups.

(cherry picked from commit 469d5bb214195d8939be467c66ef1e6d25ad3e1f)
src/detect-pcre.c