]> git.ipfire.org Git - people/ms/suricata.git/commit
detect/mpm: fix id confusion in mpm_ctx sharing
authorVictor Julien <victor@inliniac.net>
Tue, 27 Oct 2020 07:16:25 +0000 (08:16 +0100)
committerVictor Julien <victor@inliniac.net>
Wed, 4 Nov 2020 15:30:40 +0000 (16:30 +0100)
commitba2a9be11a029f8ab2e8213ab0e730b788ba2aea
tree000db826b94a01f4318509b0d138632dfc8478a5
parent82d7f6463053e2180883decaef9987b6caea277d
detect/mpm: fix id confusion in mpm_ctx sharing

Mixing of dynamic id's and hardcoded config values could possibly
lead to the settings not getting applied properly.
src/detect.h
src/util-mpm.c
src/util-mpm.h