]> git.ipfire.org Git - thirdparty/suricata.git/commit
pcre: fix var capture for non relative matches 1231/head
authorVictor Julien <victor@inliniac.net>
Mon, 1 Dec 2014 09:36:52 +0000 (10:36 +0100)
committerVictor Julien <victor@inliniac.net>
Mon, 1 Dec 2014 09:36:52 +0000 (10:36 +0100)
commitee8da21e3626bc02b878a0523f9f6294d134ff05
tree878ff002ba21846ca49212b942fcf9274882c17e
parent1ad2a231fea2c75fc9396ab305a2319054425f83
pcre: fix var capture for non relative matches

Var capture setup depended on the match being relative due to a logic
error.
src/detect-pcre.c