]> git.ipfire.org Git - thirdparty/suricata.git/commit
detect: fix insertion in linked list for fast pattern
authorPhilippe Antoine <contact@catenacyber.fr>
Mon, 20 Apr 2020 11:57:44 +0000 (13:57 +0200)
committerVictor Julien <victor@inliniac.net>
Mon, 20 Apr 2020 12:16:12 +0000 (14:16 +0200)
commitcd26fc139ec8766a73892174fd929e9478a050bc
tree34c1a10aace6b111de5cb080f4347ca0de66c69d
parent0ce489bcc9629b7b4cc5a29288df318d2d5472a6
detect: fix insertion in linked list for fast pattern

Make sure we do not add the same list_id twice
by checking at least all the lists with the current priority
src/detect-fast-pattern.c