[Oisf-devel] [COMMIT] OISF branch, master, updated. suricata-2.1beta2-43-gb978730

OISF Git noreply at openinfosecfoundation.org
Fri Dec 12 08:05:03 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  b9787304868a07080ef761de54b451630ffb16e5 (commit)
       via  3f3481e4d2ceee85fb5e01aca7141a644a408be6 (commit)
       via  3f86c5a83f7b4d936e7305fa67160623a4f2bea5 (commit)
       via  b9e20ab4b85dfa8a27393ad125e98015306596e2 (commit)
       via  1faa94c314524a35452a5abbf19c2dd0a8fd01ae (commit)
       via  c779065d3584f801f31159e28ab8d4446d984649 (commit)
       via  9f22c878e89ff91481c26f73539d03e42b44d08c (commit)
       via  096b85ab683856ec0e718a879c1698d01b42a331 (commit)
      from  0bb2b15491995c66e2b600e5e71c70ffd0de1513 (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 b9787304868a07080ef761de54b451630ffb16e5
Author: Victor Julien <victor at inliniac.net>
Date:   Thu Dec 11 14:21:45 2014 +0100

    unix-socket: fix restart/shutdown cycle
    
    When cleaning up after a pcap was processed, the stats api was cleaned
    up before the stats threads were killed, leading to a BUG_ON triggering.

commit 3f3481e4d2ceee85fb5e01aca7141a644a408be6
Author: Ken Steele <ken at tilera.com>
Date:   Wed Dec 3 16:42:01 2014 -0500

    Fix indentation

commit 3f86c5a83f7b4d936e7305fa67160623a4f2bea5
Author: Ken Steele <ken at tilera.com>
Date:   Wed Dec 3 15:55:22 2014 -0500

    Fix memory leak in ac-tile
    
    Incorrectly reallocing the goto table after it was freed by calling
    SCACTileReallocState() when really only want to realloc the output table.
    This was causing a large goto table to be allocated and never used or
    freed.

commit b9e20ab4b85dfa8a27393ad125e98015306596e2
Author: Ken Steele <ken at tilera.com>
Date:   Wed Dec 3 15:35:38 2014 -0500

    Clean up memory leaks in ac-tile code
    
    Free some memory at exit that was not getting freed.
    
    Change pid_pat_list to store copy of case-strings in the same block
    of memory as the array of pointers.

commit 1faa94c314524a35452a5abbf19c2dd0a8fd01ae
Author: Ken Steele <ken at tilera.com>
Date:   Wed Nov 5 11:43:40 2014 -0500

    Make bad copy-mode be an error in runmode-tile.

commit c779065d3584f801f31159e28ab8d4446d984649
Author: Victor Julien <victor at inliniac.net>
Date:   Fri Dec 5 14:32:56 2014 +0100

    Bug 1329: error out on invalid rule protocol
    
    Due to a logic error in AppLayerProtoDetectGetProtoByName invalid
    protocols would not be detected as such. Instead of ALPROTO_UNKNOWN
    ALPROTO_MAX was returned.
    
    Bug #1329

commit 9f22c878e89ff91481c26f73539d03e42b44d08c
Author: Eric Leblond <eric at regit.org>
Date:   Mon Dec 8 14:49:16 2014 +0100

    unix-manager: fix cppcheck errors
    
    This patch fixes the following errors:
     [src/unix-manager.c:306]: (error) Memory pointed to by 'client' is freed twice.
     [src/unix-manager.c:313]: (error) Memory pointed to by 'client' is freed twice.
     [src/unix-manager.c:323]: (error) Memory pointed to by 'client' is freed twice.
     [src/unix-manager.c:334]: (error) Memory pointed to by 'client' is freed twice.
    
    Unix manager was treating the packet after closing the socket if message was
    too long.

commit 096b85ab683856ec0e718a879c1698d01b42a331
Author: Victor Julien <victor at inliniac.net>
Date:   Wed Dec 10 17:31:57 2014 +0100

    stream: don't send EOF to AppLayer too soon
    
    Sending EOF too soon results in the AppLayer cleaning up prematurely.

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

Summary of changes:
 src/app-layer-detect-proto.c |    8 ++--
 src/detect-engine-mpm.c      |    2 +-
 src/runmode-tile.c           |    3 +-
 src/runmode-unix-socket.c    |    3 +-
 src/stream-tcp-reassemble.c  |   10 +++-
 src/unix-manager.c           |    1 +
 src/util-mpm-ac-tile.c       |  109 ++++++++++++++++++++----------------------
 7 files changed, 70 insertions(+), 66 deletions(-)


hooks/post-receive
-- 
OISF


More information about the Oisf-devel mailing list