[Oisf-devel] [COMMIT] OISF branch, master-2.0.x, updated. suricata-2.0.8-6-gaaf0c18
OISF Git
noreply at openinfosecfoundation.org
Mon Sep 7 20:41:42 UTC 2015
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-2.0.x has been updated
via aaf0c18c306a9a9fc50efd34c1d65aadce7781c3 (commit)
from f2d0ee98f2aa3823e3ce1fdc5ff31de5aabc0fa6 (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 aaf0c18c306a9a9fc50efd34c1d65aadce7781c3
Author: Zopieux <Zopieux at users.noreply.github.com>
Date: Thu Jun 18 11:26:53 2015 +0200
stream_size operator comparison (fix issue #1488)
`DetectStreamSizeParse` was first checking if mode[0] is '<', which is true for both '<' and '<=', thus '<=' (and resp. '>=') is never matched. This patch does the `strcmp` to '<=' (resp. '>=') within the if block of '<' (resp. '>') to fix #1488.
-----------------------------------------------------------------------
Summary of changes:
src/detect-stream_size.c | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
hooks/post-receive
--
OISF
More information about the Oisf-devel
mailing list