]> git.ipfire.org Git - thirdparty/suricata.git/commit
threshold: don't touch globals after init 3305/head
authorVictor Julien <victor@inliniac.net>
Wed, 21 Mar 2018 18:29:30 +0000 (19:29 +0100)
committerVictor Julien <victor@inliniac.net>
Wed, 21 Mar 2018 20:20:28 +0000 (21:20 +0100)
commit1e56cfe08e5dcde9b2c335457337b9026a98b3bf
tree69dcca8dc8672e41a084266c773ccdae0a11816c
parentefdc592172008d99cff4aaaa47c3e528b27564d3
threshold: don't touch globals after init

Don't free/reinit pcre globals per tenant. Others may be using them
at the same time, or try to free/reinit them at the same time.
src/suricata.c
src/util-threshold-config.c
src/util-threshold-config.h