]> git.ipfire.org Git - thirdparty/suricata.git/commit
stream-tcp-reassemble: declare 'size' as uint64_t
authorGiuseppe Longo <glongo@stamus-networks.com>
Wed, 13 Dec 2017 11:26:35 +0000 (12:26 +0100)
committerVictor Julien <victor@inliniac.net>
Tue, 19 Dec 2017 10:18:57 +0000 (11:18 +0100)
commit4a75eaf40590bfd5bf276482abea710b117a55da
tree65abc0d923e75af2febba28a770c1d46ef1421cf
parent802bdb26951b15f992508dd0e81084d673a402e3
stream-tcp-reassemble: declare 'size' as uint64_t

According to all checking memcap functions,
the size passed as argument is declared as uint64_t
except for StreamTcpReassembleCheckMemcap where it's
defined as uint32_t.
src/stream-tcp-reassemble.c
src/stream-tcp-reassemble.h