[Oisf-devel] [COMMIT] OISF branch, master, updated. suricata-2.0beta1-330-g0c12ad6
noreply at openinfosecfoundation.org
noreply at openinfosecfoundation.org
Tue Nov 12 16:26:01 UTC 2013
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "OISF".
The branch, master has been updated
via 0c12ad6bd029794a80e2fdf048cddc78101c6207 (commit)
from 86c6861b402bbd8ddc841bd86531fab85efc7e47 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 0c12ad6bd029794a80e2fdf048cddc78101c6207
Author: Victor Julien <victor at inliniac.net>
Date: Tue Nov 12 16:37:09 2013 +0100
stream: fix sequence number on smsg
When multiple segments were put into a smsg, the seq would be updated
each time a segment was added. Because of this, the seq wasn't pointing
to the start of the data.
This caused some false negatives when the fast_pattern was in the raw
stream, but another part of the inspection was in the state. Because of
the wrong seq, the inspection of the smsg could be delayed. This in turn,
could make the inspection engine consider a TX inspected, even if it wasn't
fully yet.
-----------------------------------------------------------------------
Summary of changes:
src/stream-tcp-reassemble.c | 24 ++++++++++++------------
1 files changed, 12 insertions(+), 12 deletions(-)
hooks/post-receive
--
OISF
More information about the Oisf-devel
mailing list