[Oisf-devel] [COMMIT] OISF branch, master, updated. suricata-2.0beta1-232-g2f4e11b

noreply at openinfosecfoundation.org noreply at openinfosecfoundation.org
Mon Sep 30 15:47:09 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  2f4e11b1ca6dde1aca311ea557544f96fe07fb7d (commit)
       via  85a51638c94916f10a9c092ea52355ff251dc8ef (commit)
      from  5c08b2296fce79cc49d73a67fc3a2c04551a8ccb (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 2f4e11b1ca6dde1aca311ea557544f96fe07fb7d
Author: Victor Julien <victor at inliniac.net>
Date:   Mon Sep 30 17:46:32 2013 +0200

    Fix compiler warning
    
    app-layer-parser.c: In function ‘AppLayerPPTestData’:
    app-layer-parser.c:2525:9: error: variable ‘dir’ set but not used [-Werror=unused-but-set-variable]
         int dir = 0;
             ^

commit 85a51638c94916f10a9c092ea52355ff251dc8ef
Author: Ken Steele <ken at tilera.com>
Date:   Sun Sep 29 10:45:44 2013 -0400

    Improve Signature sorting speed
    
    Changed the signature sorting code to use a a single merge sort instead
    of the multiple pass sorting that was being used. This reduces startup
    time on Tile by a factor of 3.
    
    Also replace the user array of pointers to ints with a simpler array of
    ints.

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

Summary of changes:
 src/app-layer-parser.c       |    9 +-
 src/detect-engine-sigorder.c |  285 +++++++++++++++++-------------------------
 src/detect-engine-sigorder.h |    2 +-
 src/detect.h                 |    1 -
 4 files changed, 120 insertions(+), 177 deletions(-)


hooks/post-receive
-- 
OISF


More information about the Oisf-devel mailing list