]> git.ipfire.org Git - thirdparty/suricata.git/commit
detect: fix insertion in linked list for fast pattern 4836/head
authorPhilippe Antoine <contact@catenacyber.fr>
Mon, 20 Apr 2020 11:57:44 +0000 (13:57 +0200)
committerPhilippe Antoine <contact@catenacyber.fr>
Mon, 20 Apr 2020 12:04:32 +0000 (14:04 +0200)
commita0823bc6ecc0c9787fc148229331957fd55f9e97
treefac2f90bf1d59e8d680ddd6afa1cabcc36e2b7bb
parentf8159bd37241f0363de9f4da794f7aea0b8fb7da
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