]> 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>
Mon, 22 Apr 2024 07:27:51 +0000 (09:27 +0200)
commit311002baf288a225f62cf18a90c5fdd294447379
treee4e09c917be0024867645d212f71950a63a705b7
parente6267758ed5da27f804f0c1c07f9423bdf4d72b8
util/base64: fix buffer overflow

Ticket: 6902

In case the caller of DecodeBase64 does not supply a big enough
output buffer.

(cherry picked from commit fd47e67dc65f9111895c88fb406c938b1f857325)
src/util-base64.c