]> git.ipfire.org Git - thirdparty/suricata.git/commit
detect: do not upgrade base64 decode when fuzzing 6810/head
authorPhilippe Antoine <contact@catenacyber.fr>
Thu, 9 Dec 2021 19:43:56 +0000 (20:43 +0100)
committerVictor Julien <vjulien@oisf.net>
Tue, 18 Jan 2022 16:41:24 +0000 (17:41 +0100)
commit23fb139e009c532bed404146e0dde5a0f9a6f1f9
tree93cf51a6742d31121b0f7e1c0b874d56b486f80c
parentca29d33c695e10f5de76ba5d6597d2ca146354ac
detect: do not upgrade base64 decode when fuzzing

As fuzzing will put a very big value, and then
ThreadCtxDoInit will try to allocate it,
ending in out of memory
src/detect-base64-decode.c