]> git.ipfire.org Git - thirdparty/suricata.git/commit
stream: fix bad last_ack update leading to gaps 1397/head
authorVictor Julien <victor@inliniac.net>
Wed, 25 Mar 2015 21:29:10 +0000 (22:29 +0100)
committerVictor Julien <victor@inliniac.net>
Thu, 26 Mar 2015 10:34:12 +0000 (11:34 +0100)
commit8e83d0073e4655388e8dd13c785875996faa494d
treec0af2a2afc3231aee29d6b2bb5c22633b105128b
parent4e177bc9d623ff83bfcf314989cd238debde5111
stream: fix bad last_ack update leading to gaps

A bad last_ack update where it would be set beyond next_seq could
lead to rejection of valid segments and thus stream gaps.

Update tests to reflect new last_ack/next_seq behaviour.
src/stream-tcp.c