[Oisf-devel] [COMMIT] OISF branch, master, updated. suricata-1.4beta2-54-g76f0838

noreply at openinfosecfoundation.org noreply at openinfosecfoundation.org
Thu Nov 1 14:31:28 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  76f0838a9fa6d868ee85fb5f9282da132e554c0d (commit)
       via  da7f1d22ccfe1353fb1dd6966bf209e8b1524754 (commit)
       via  18ecd4b287428534511a3955bfbe4aa3a1ea928b (commit)
      from  70bc9e2494f287312a2ecc137e6ae1b98ba2a510 (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 76f0838a9fa6d868ee85fb5f9282da132e554c0d
Author: Victor Julien <victor at inliniac.net>
Date:   Thu Nov 1 15:17:50 2012 +0100

    libhtp: harden code against malloc failures. Bug #587.

commit da7f1d22ccfe1353fb1dd6966bf209e8b1524754
Author: Victor Julien <victor at inliniac.net>
Date:   Thu Nov 1 15:26:47 2012 +0100

    http: don't assume http tx to have header alloc'd. Can happen in OOM conditions. Bug #587.

commit 18ecd4b287428534511a3955bfbe4aa3a1ea928b
Author: Victor Julien <victor at inliniac.net>
Date:   Thu Nov 1 15:16:11 2012 +0100

    Don't use SCStrdup in SCLogMessage as we call it on OOM condition, leading to endless recursion. SCStrdup failure calling SCLogMessage...

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

Summary of changes:
 libhtp/htp/dslib.c                  |    4 ++-
 libhtp/htp/htp_connection.c         |   34 ++++++++++--------
 libhtp/htp/htp_connection_parser.c  |   25 ++++++++-----
 libhtp/htp/htp_parsers.c            |    2 +-
 libhtp/htp/htp_request.c            |    4 +-
 libhtp/htp/htp_request_apache_2_2.c |   24 +++++++++++-
 libhtp/htp/htp_transaction.c        |   68 +++++++++++++++++++---------------
 libhtp/htp/htp_util.c               |   35 +++++++++++-------
 src/detect-engine-hhd.c             |    2 +
 src/util-debug.c                    |    2 +-
 10 files changed, 124 insertions(+), 76 deletions(-)


hooks/post-receive
-- 
OISF


More information about the Oisf-devel mailing list