[Oisf-devel] [COMMIT] OISF branch, master, updated. suricata-2.0beta1-156-g68ba9df
noreply at openinfosecfoundation.org
noreply at openinfosecfoundation.org
Mon Sep 23 14:59:53 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 68ba9df8a02d4f3916a21b397e16a48630c73e2e (commit)
via d2ea799d38ab37fb143c030fd14ee571d335f4e8 (commit)
via da75db93302eee74288f9d532c167d7964051c4a (commit)
from 397a55457d3d23fd628e0a07505f7c4bd9387de2 (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 68ba9df8a02d4f3916a21b397e16a48630c73e2e
Author: Victor Julien <victor at inliniac.net>
Date: Mon Sep 23 16:55:32 2013 +0200
Fix valgrind warning on memrchr unittest.
commit d2ea799d38ab37fb143c030fd14ee571d335f4e8
Author: Anoop Saldanha <anoopsaldanha at gmail.com>
Date: Mon Sep 23 15:23:12 2013 +0530
fix for bug #970.
Content strings that are a duplicate of a pattern from another sig, but
have a fast_pattern chop being applied, would end up being assigned the
same pattern id as the duplicate string. But the string supplied to the
mpm would be the chopped string, which might result in the state_table
output_state content entry being over-riden by the the fuller string at
the final state of the smaller content length, because of which during a
match we might end up inspecting the search buffer against the fuller
content pattern, instead of the chopped pattern, which would end up being
an inspection beyond the buffer bounds.
commit da75db93302eee74288f9d532c167d7964051c4a
Author: Anoop Saldanha <anoopsaldanha at gmail.com>
Date: Mon Sep 23 19:54:24 2013 +0530
Unittest to display bug #970.
-----------------------------------------------------------------------
Summary of changes:
src/util-memrchr.c | 2 +-
src/util-mpm-ac.c | 62 ++++++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 63 insertions(+), 1 deletions(-)
hooks/post-receive
--
OISF
More information about the Oisf-devel
mailing list