[Oisf-devel] [COMMIT] OISF branch, master, updated. suricata-2.0beta2-62-gbc29684

noreply at openinfosecfoundation.org noreply at openinfosecfoundation.org
Sat Jan 11 17:36:02 UTC 2014


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  bc29684df42d3e0fd2339dfa54dd0f0203ecd752 (commit)
       via  1f99096b30eb61e03f945f133f959dd7b2d5f821 (commit)
       via  399246881daaf117b68fbd4fdfe4c82a32f67ef8 (commit)
      from  2c857087fb212dabc35e08135ec31b31fcd63581 (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 bc29684df42d3e0fd2339dfa54dd0f0203ecd752
Author: Ken Steele <ken at tilera.com>
Date:   Fri Jan 10 12:36:02 2014 -0500

    Remove GCC -no-strict-aliasing compiler flag.
    
    GCC typically generates better code without the -no-strict-aliasing flag.
    It is only required if code makes assumptiosn that break strict aliasing.
    The unit tests pass on x86 and Tile without the flag.

commit 1f99096b30eb61e03f945f133f959dd7b2d5f821
Author: Ken Steele <ken at tilera.com>
Date:   Fri Jan 10 10:40:52 2014 -0500

    Fix PmqSetup() argument removal in ac-tile MPM unit tests.
    
    Needed to remove the second argument from all the calls, which was always 0
    and was removed in other tests in a previous checkin.

commit 399246881daaf117b68fbd4fdfe4c82a32f67ef8
Author: Victor Julien <victor at inliniac.net>
Date:   Thu Dec 19 21:14:06 2013 +0100

    counters: fix 2 scan-build warnings
    
    counters.c:1069:13: warning: Potential leak of memory pointed to by 'temp'
                SCMutexUnlock(&sc_perf_op_ctx->pctmi_lock);
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    ./threads.h:121:28: note: expanded from macro 'SCMutexUnlock'
                               ^~~~~~~~~~~~~~~~~~~~
    counters.c:1156:16: warning: Potential leak of memory pointed to by 'pca'
            return NULL;
                   ^~~~
    /usr/include/clang/3.3/include/stddef.h:77:24: note: expanded from macro 'NULL'
                           ^
    2 warnings generated.

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

Summary of changes:
 configure.ac           |    2 +-
 src/counters.c         |    7 +++++-
 src/util-mpm-ac-tile.c |   56 ++++++++++++++++++++++++------------------------
 3 files changed, 35 insertions(+), 30 deletions(-)


hooks/post-receive
-- 
OISF


More information about the Oisf-devel mailing list