]> git.ipfire.org Git - thirdparty/suricata.git/commit
Fix issue #1214 995/head
authorAlessandro Guido <ag@alessandroguido.me>
Fri, 20 Jun 2014 12:01:11 +0000 (14:01 +0200)
committerAlessandro Guido <ag@alessandroguido.name>
Fri, 20 Jun 2014 12:28:33 +0000 (14:28 +0200)
commit13448aca1c294e6fb54475925171730f48220782
treec38df2e71ab94bd7dad626f84c040bde4720852d
parentf01027e972b7f889d841527a8c3267235cd1f00a
Fix issue #1214

When applying wildcard thresholds (with sid = 0 and/or gid = 0) it's wrong
to exit on the first signature already having an event filter. Indeed,
doing so results in the theshold not being applied to all subsequent
signatures. Change the code in order to skip signatures with event
filters instead of breaking out of the loop.
src/util-threshold-config.c