]> git.ipfire.org Git - thirdparty/rspamd.git/commit
[CritFix] Fix regexps results combination
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 11 Apr 2016 16:05:42 +0000 (17:05 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 11 Apr 2016 16:05:42 +0000 (17:05 +0100)
commitc1d7f95f5a1685d8ef9fa69a3da4f39bfe57a812
tree89d291f744dc4629f6f5c95aa8d5e55e5ef7e8e8
parentc9d2110ba0dd0f7e5d2e9d7a2914ba193336130c
[CritFix] Fix regexps results combination

When converting to vectored mode we need to remember results between
consequent calls of regexp match engine. Prior to this patch this
behaviour was broken and caused regexp rules to be matched incorrectly.
src/libserver/re_cache.c