]> git.ipfire.org Git - thirdparty/suricata.git/commit
stream: fix --disable-detection reassembly issue 1463/head
authorVictor Julien <victor@inliniac.net>
Wed, 6 May 2015 11:08:32 +0000 (13:08 +0200)
committerVictor Julien <victor@inliniac.net>
Wed, 6 May 2015 11:08:32 +0000 (13:08 +0200)
commitc0bdac7c5c0835aff241a1136d552ccf7106d147
tree094ef9226dbcc62072c1bbb94e948afd7b02ca96
parent62c96ae312c74d1318a20f06b855262c59781040
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