]> git.ipfire.org Git - thirdparty/suricata.git/commit
pfring: fix leak of configuration data and in single mode 10525/head
authorJason Ish <jason.ish@oisf.net>
Tue, 27 Feb 2024 22:55:59 +0000 (16:55 -0600)
committerVictor Julien <victor@inliniac.net>
Wed, 28 Feb 2024 13:24:03 +0000 (14:24 +0100)
commit5f0853599b15adafdf47399375728d70a94c9867
treea324313dd5d5b70fe648e70a56d3024a5a697e4c
parent358f1e35eed415d57cf24500deb58d1224c67b71
pfring: fix leak of configuration data and in single mode

Fix leak of configuration data on exit. Also, in single mode set
thread count to one instead of the CPU count.

Bug: #4734
src/runmode-pfring.c
src/source-pfring.c