]> git.ipfire.org Git - thirdparty/suricata.git/commit
util/streaming-buffer: check need to grow region
authorPhilippe Antoine <pantoine@oisf.net>
Thu, 21 Nov 2024 14:17:21 +0000 (15:17 +0100)
committerVictor Julien <vjulien@oisf.net>
Wed, 11 Dec 2024 05:49:35 +0000 (06:49 +0100)
commit8900041405dbb5f9584edae994af2100733fb4be
tree06a0b0fbec355e2e4549c486317e46efa3fcab26
parent282509f70c4ce805098e59535af445362e3e9ebd
util/streaming-buffer: check need to grow region

Ticket: 7393

As it was possible before earlier patches to get here
with mem_size lesser than start->buf_size,
which caused then an unsigned underflow and a buffer overflow.
src/util-streaming-buffer.c