]> git.ipfire.org Git - thirdparty/suricata.git/commit
mpm: allocate StateQueue on the heap
authorPhilippe Antoine <contact@catenacyber.fr>
Mon, 20 Mar 2023 12:21:34 +0000 (13:21 +0100)
committerVictor Julien <vjulien@oisf.net>
Fri, 11 Aug 2023 05:17:09 +0000 (07:17 +0200)
commit92fce2fdc069324e6060ce046ca80da6a351573c
treeb90ac305f93a1081a150c356cdaaad7e11b3e2ab
parentf312370fd240ac47395b4cd6dfe783deb6a637be
mpm: allocate StateQueue on the heap

So that we can have multi-tenant on MacOS without stack
overflows because of the size of the structure...

Ticket: #6263.
src/util-mpm-ac.c