[Oisf-devel] [COMMIT] OISF branch, master, updated. suricata-1.4beta3-73-gdf3d108

noreply at openinfosecfoundation.org noreply at openinfosecfoundation.org
Tue Nov 27 13:28:36 UTC 2012


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  df3d10865abd31a95554f967d2129799f3efbf17 (commit)
       via  12fd60b545d5bb86b8245d66a5f9c786e61b51fd (commit)
       via  d9eaa0d3405728cf5ed77c1ac46bff37cbc1bb58 (commit)
      from  ca1a70a04bde9e2f159ae8284515c38dfe793d32 (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 df3d10865abd31a95554f967d2129799f3efbf17
Author: Eric Leblond <eric at regit.org>
Date:   Tue Nov 27 10:09:59 2012 +0100

    host: suppress double memory clear
    
    HostFree() is calling HostClearMemory() so calling HostClearMemory()
    before HostFree() is useless.

commit 12fd60b545d5bb86b8245d66a5f9c786e61b51fd
Author: Eric Leblond <eric at regit.org>
Date:   Mon Nov 26 19:36:09 2012 +0100

    unix-socket: cleanup host table instead of destroying it
    
    This patch should fix the bug #637. Between pcap files, it uses a
    new function HostCleanup() to clear tag and threshold on host with
    an IP regputation. An other consequence of this modification is
    that Host init and shutdown are now init and shutdown unconditionaly.

commit d9eaa0d3405728cf5ed77c1ac46bff37cbc1bb58
Author: Eric Leblond <eric at regit.org>
Date:   Tue Nov 27 10:01:12 2012 +0100

    host: don't destroy reference counter
    
    The reference counter should not be destroyed in HostClearMemory()
    as the host can be reused directly (without going through Init
    function).

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

Summary of changes:
 src/host.c                |   55 +++++++++++++++++++++++++++++++++++++++++++-
 src/host.h                |    1 +
 src/runmode-unix-socket.c |    3 +-
 src/suricata.c            |    4 +-
 4 files changed, 57 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
OISF


More information about the Oisf-devel mailing list