[Oisf-devel] [COMMIT] OISF branch, master, updated. suricata-2.0-54-g18c7eee

OISF Git noreply at openinfosecfoundation.org
Fri Apr 18 07:55:08 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  18c7eeefca86eaddfcdd8c19570582ac05c7fcbb (commit)
      from  3df904475c5de936645b8038a1fcec698676d0aa (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 18c7eeefca86eaddfcdd8c19570582ac05c7fcbb
Author: Eric Leblond <eric at regit.org>
Date:   Thu Apr 10 13:11:34 2014 +0200

    packet handling: fix release function
    
    Extended data were freed before the release function was called.
    The result was that, in AF_PACKET IPS mode, the release function
    was only sending void data because it the content of the extended
    data is the content of the packet.
    
    This patch updates the code to have the freeing of extended data
    done in the cleaning function for a packet which is called by the
    release function. This improves consistency of the code and fixes
    the bug.

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

Summary of changes:
 src/decode.c          |   14 ++++++++++++++
 src/tmqh-packetpool.c |    8 --------
 2 files changed, 14 insertions(+), 8 deletions(-)


hooks/post-receive
-- 
OISF


More information about the Oisf-devel mailing list