]> git.ipfire.org Git - thirdparty/suricata.git/commit
stream: count realloc in memcap
authorEric Leblond <eric@regit.org>
Mon, 8 Feb 2021 20:46:26 +0000 (21:46 +0100)
committerVictor Julien <vjulien@oisf.net>
Thu, 26 May 2022 10:45:15 +0000 (12:45 +0200)
commit3908166f91485b1c8b784db6fbe304c3d5b0d7a8
treed6b03590494f20259f0c02bd04d1ecc8958e6fec
parent0f14c55e52d73bfdf030caa67df95395affdb612
stream: count realloc in memcap

TCP memory cap was not taking into account the memory that can
be used by realloc of Packet headers in TCP segments.
src/stream-tcp-list.c
src/stream-tcp-reassemble.c
src/stream-tcp-reassemble.h