]> git.ipfire.org Git - thirdparty/suricata.git/commit
stream: fix --disable-detection reassembly issue 1479/head
authorVictor Julien <victor@inliniac.net>
Tue, 5 May 2015 17:43:33 +0000 (19:43 +0200)
committerVictor Julien <victor@inliniac.net>
Mon, 11 May 2015 11:35:54 +0000 (13:35 +0200)
commit9764a356047a191f0f5f0171371f560d316cf444
tree6c58234c44d1c290009632b51ab84085afd40ace
parentc1558f5ac49a8be0e0946fe09688e7236154cf52
stream: fix --disable-detection reassembly issue

Due to an error at initialization, the stream engine would not disable
'raw' reassembly automatically when --disable-detection was used.

This lead to segments not getting cleared from the segment lists.
src/suricata.c