]> git.ipfire.org Git - thirdparty/suricata.git/commit
stream-tcp: proper error if segment pool init fails 855/head
authorVictor Julien <victor@inliniac.net>
Wed, 26 Feb 2014 14:18:26 +0000 (15:18 +0100)
committerVictor Julien <victor@inliniac.net>
Wed, 26 Feb 2014 14:18:26 +0000 (15:18 +0100)
commitf9213d7cc67cacef6b234fb105a08806f7f394ad
treedb936760cc15f4cb8bdc1fae4acef7c4cad979ac
parent7e38347d995c401a375c8f6160566784465b7873
stream-tcp: proper error if segment pool init fails

Until now a PoolInit failure for the segment pools would result in
an abort() through BUG_ON(). This patch adds a proper error message,
then exits.

Bug #1108.
src/stream-tcp-reassemble.c