]> git.ipfire.org Git - thirdparty/suricata.git/commit
util/base64: fix buffer overflow
authorPhilippe Antoine <pantoine@oisf.net>
Thu, 28 Mar 2024 13:00:02 +0000 (14:00 +0100)
committerVictor Julien <vjulien@oisf.net>
Sun, 21 Apr 2024 07:37:13 +0000 (09:37 +0200)
commitfd47e67dc65f9111895c88fb406c938b1f857325
tree24a8ec4f1deeacc7d988e68e52f51d94a354d1e1
parentd226d0a3fce8837936e1bdfaee496c80d417e0a5
util/base64: fix buffer overflow

Ticket: 6902

In case the caller of DecodeBase64 does not supply a big enough
output buffer.
src/util-base64.c