]> git.ipfire.org Git - thirdparty/suricata.git/commit
detect: fix issue with smsg and seq wraps
authorVictor Julien <victor@inliniac.net>
Thu, 27 Aug 2015 16:57:48 +0000 (18:57 +0200)
committerVictor Julien <victor@inliniac.net>
Fri, 18 Sep 2015 14:55:18 +0000 (16:55 +0200)
commite67188e437b39f21cb2f7452cd300c522ce97252
treeb656aa51bf6a436534dbb32c9488eb8299910825
parent8ac49d9129603efd5698c9851f769c6d8cc9aee9
detect: fix issue with smsg and seq wraps

Due to a broken sequence number check, detect could fail to process
smsgs in case of a sequence wrap. This could lead to excessive use
of smsg's but also of segments, since these aren't cleared until the
smsg containing them is.
src/detect.c