]> git.ipfire.org Git - thirdparty/suricata.git/commit
mpm: allocate StateQueue on the heap 10311/head
authorPhilippe Antoine <contact@catenacyber.fr>
Mon, 20 Mar 2023 12:21:34 +0000 (13:21 +0100)
committerJeff Lucovsky <jlucovsky@oisf.net>
Sun, 4 Feb 2024 14:25:08 +0000 (09:25 -0500)
commita31ff846ec53a4609cc3160db99721dc7bcfda44
tree25aa0b552fc95eecc5e69812d29e9288214cf5d0
parent11262a94de021b41903aa29de0a9f655b1d13e0f
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.
(cherry picked from commit 92fce2fdc069324e6060ce046ca80da6a351573c)
src/util-mpm-ac.c