[Oisf-devel] [COMMIT] OISF branch, master-1.4.x, updated. suricata-1.4.5-28-gc2f5868

noreply at openinfosecfoundation.org noreply at openinfosecfoundation.org
Mon Sep 23 15:24:34 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-1.4.x has been updated
       via  c2f5868d53efd93162e6ba17998831cc3c74d435 (commit)
       via  17d4ecba33eb5e5e2d54009db3b3e07d506059a5 (commit)
      from  96f010da8a02174134e03ae8dbb6b9ece8b343db (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 c2f5868d53efd93162e6ba17998831cc3c74d435
Author: Anoop Saldanha <anoopsaldanha at gmail.com>
Date:   Mon Sep 23 15:23:12 2013 +0530

    fix for bug #971.
    
    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 17d4ecba33eb5e5e2d54009db3b3e07d506059a5
Author: Anoop Saldanha <anoopsaldanha at gmail.com>
Date:   Mon Sep 23 19:54:24 2013 +0530

    Unittest to display bug #971.

-----------------------------------------------------------------------

Summary of changes:
 src/util-mpm-ac.c |   62 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 62 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
OISF


More information about the Oisf-devel mailing list