[Oisf-devel] [COMMIT] OISF branch, master, updated. suricata-3.0RC1

OISF Git noreply at openinfosecfoundation.org
Wed Nov 25 13:46:15 UTC 2015


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  737c99dd308d437765fc7d74b64b437884febe0a (commit)
       via  84c4566a14a2f5aad5e8f10cf70a826c2aa22404 (commit)
       via  d77e4030249598bb1b6bb39aca46780bdc474817 (commit)
       via  a7f54d63b73877984d240791a84765462a0db561 (commit)
       via  a1075ee2f29f523676b7a24ef1628e991931784c (commit)
       via  cd81af0bc989a20a005cc5d0f7949d7369fb70b5 (commit)
       via  e86e27bab74e1063bfa84f50719b1bb6f26b1353 (commit)
       via  50f4fb2a7259a4b76c5c7fc5ee63e3be3ccdb10e (commit)
      from  4dfbc0effa668745a5535ce81b32f2e0cebcaca8 (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 737c99dd308d437765fc7d74b64b437884febe0a
Author: Victor Julien <victor at inliniac.net>
Date:   Wed Nov 25 13:03:40 2015 +0100

    Update changelog for 3.0RC1

commit 84c4566a14a2f5aad5e8f10cf70a826c2aa22404
Author: Victor Julien <victor at inliniac.net>
Date:   Wed Nov 25 13:02:48 2015 +0100

    Update dev version to reflect we're doing 3.0 now

commit d77e4030249598bb1b6bb39aca46780bdc474817
Author: Victor Julien <victor at inliniac.net>
Date:   Wed Nov 25 12:17:51 2015 +0100

    rule vars: fix compiler warning

commit a7f54d63b73877984d240791a84765462a0db561
Author: Victor Julien <victor at inliniac.net>
Date:   Tue Nov 24 12:06:04 2015 +0100

    tls: fix compiler warnings

commit a1075ee2f29f523676b7a24ef1628e991931784c
Author: Victor Julien <victor at inliniac.net>
Date:   Sat Jul 11 11:43:34 2015 +0200

    http: add test for plain http over connect

commit cd81af0bc989a20a005cc5d0f7949d7369fb70b5
Author: Victor Julien <victor at inliniac.net>
Date:   Mon Jul 13 11:26:41 2015 +0200

    http: don't run unittests twice

commit e86e27bab74e1063bfa84f50719b1bb6f26b1353
Author: Victor Julien <victor at inliniac.net>
Date:   Sat Jul 11 22:52:23 2015 +0200

    http: test cleanups

commit 50f4fb2a7259a4b76c5c7fc5ee63e3be3ccdb10e
Author: Aaron Campbell <aaron at monkey.org>
Date:   Mon Nov 2 15:19:12 2015 -0400

    Fix out-of-bounds memory access in DNS TXT record parser.
    
    The datalen variable is declared unsigned.  If txtlen and datalen are equal,
    datalen will first be reduced to 0, and then the datalen-- line will cause its
    value to wrap to 65535.  This will cause the loop to continue much longer than
    intended, and eventually may crash on an out-of-bounds *tdata dereference.
    
    Signed-off-by: Aaron Campbell <aaron at monkey.org>

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

Summary of changes:
 ChangeLog                  |  53 ++++++
 configure.ac               |   2 +-
 src/app-layer-dns-common.c |   2 +-
 src/app-layer-htp.c        | 432 ++++++++++++++++++++++++++++++++++++++-------
 src/app-layer-ssl.c        |   2 +-
 src/runmode-unittests.c    |   1 -
 src/suricata.h             |   2 +-
 src/util-rule-vars.c       |   2 +-
 8 files changed, 423 insertions(+), 73 deletions(-)


hooks/post-receive
-- 
OISF


More information about the Oisf-devel mailing list