[Oisf-devel] [COMMIT] OISF branch, master-1.3.x, updated. suricata-1.3.2-23-ga1a20cc

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-1.3.x has been updated
       via  a1a20cc50ab67939286b0df0e0d51d6c650f9456 (commit)
       via  985cb9257343b277def6d561d0c0592e77abbce1 (commit)
       via  cd275712202da8c9db35f190690a4e36ed906ce6 (commit)
      from  d8f68ec2a0f6bdfcfa1d172fc9449c3d165b42de (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 a1a20cc50ab67939286b0df0e0d51d6c650f9456
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 985cb9257343b277def6d561d0c0592e77abbce1
Author: Victor Julien <victor at inliniac.net>
Date:   Thu Nov 1 15:17:14 2012 +0100

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

commit cd275712202da8c9db35f190690a4e36ed906ce6
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