[Oisf-devel] [COMMIT] OISF branch, master, updated. suricata-2.0rc1-10-g0416a84

OISF Git noreply at openinfosecfoundation.org
Tue Feb 25 20:07:54 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  0416a8428d6ba79c0a9893ccce809a24b6243be5 (commit)
       via  42227e8713d9d5cb72da6d4f2bcf5e17c0a00323 (commit)
       via  4e561d6b206443190b1df5b83ff7e3e4adac823c (commit)
       via  3ec6bcf284795844274fdf4c2dd292b9998a6739 (commit)
      from  a97662e08c7e9a49011a7661297acc96ad3c324e (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 0416a8428d6ba79c0a9893ccce809a24b6243be5
Author: Victor Julien <victor at inliniac.net>
Date:   Tue Feb 25 20:22:55 2014 +0100

    htp: don't assume HTPCallbackRequestLine is the first callback
    
    By assuming that HTPCallbackRequestLine would always be run first,
    an memory leak was introduced. It would not check if user data already
    existed in the tx, causing it to overwrite the user data pointer is
    it already existed.
    
    Bug #1092.

commit 42227e8713d9d5cb72da6d4f2bcf5e17c0a00323
Author: Victor Julien <victor at inliniac.net>
Date:   Mon Feb 17 10:56:13 2014 +0100

    configure: fix typo in libjansson warning message

commit 4e561d6b206443190b1df5b83ff7e3e4adac823c
Author: Victor Julien <victor at inliniac.net>
Date:   Mon Feb 17 10:51:12 2014 +0100

    pcap/afpacket: update counters at exit
    
    In really short Suricata runtimes the capture counters would not
    be updated. This patch does a force update at the end of the
    capture loops in pcap and af-packet.

commit 3ec6bcf284795844274fdf4c2dd292b9998a6739
Author: Victor Julien <victor at inliniac.net>
Date:   Mon Feb 17 10:48:10 2014 +0100

    Make sure tls-events is part of the dist
    
    Added it to Makefile.am so it will be part of the dist created by
    make distcheck.

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

Summary of changes:
 configure.ac           |    4 ++--
 rules/Makefile.am      |    1 +
 src/app-layer-htp.c    |   17 +++++++++++------
 src/source-af-packet.c |    2 ++
 src/source-pcap.c      |    2 ++
 5 files changed, 18 insertions(+), 8 deletions(-)


hooks/post-receive
-- 
OISF


More information about the Oisf-devel mailing list