]> git.ipfire.org Git - thirdparty/suricata.git/commit
quic: do not use stack for inspection buffer
authorPhilippe Antoine <pantoine@oisf.net>
Wed, 23 Nov 2022 14:07:56 +0000 (15:07 +0100)
committerVictor Julien <vjulien@oisf.net>
Tue, 6 Dec 2022 13:09:54 +0000 (14:09 +0100)
commit4daee8bae1efefe1f32b0bff8e0d9f25a5bee82f
tree4fea41e7871a91c7dee44037c4bd72c91424ec62
parenta2a920afb00adf714213d19d719ddd801193afd2
quic: do not use stack for inspection buffer

Make the inspection buffer copy the content in one buffer it owns.

Ticket: #5707
src/util-ja3.c