[Oisf-devel] [COMMIT] OISF branch, master, updated. suricata-2.1beta4-34-g4f8f53d

OISF Git noreply at openinfosecfoundation.org
Wed May 20 08:20:23 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  4f8f53d080c6807f959a772279fdee5982384a9e (commit)
       via  9fdae82815802ccd6f84e4873de30f053736be09 (commit)
       via  56f6e373049b037567313ea2c8c6748fb5321f89 (commit)
       via  3e5b8f48b191205b5337f77be4f410661b6982c7 (commit)
       via  e2b04635a7a5d9d3a912cf878328799223a1444e (commit)
      from  0e22e95e4766e25f7bbff5b852d5c96b1d4a09f0 (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 4f8f53d080c6807f959a772279fdee5982384a9e
Author: David Cannings <david.cannings at nccgroup.com>
Date:   Mon May 11 21:51:38 2015 +0100

    Fix rcode parsing, as noticed by Coverity.
    
    Without support for OPT RR from RFC6891 (Extension mechanisms for DNS)
    values of RCODE above 15 are not possible.  Remove dead code which will
    never match.

commit 9fdae82815802ccd6f84e4873de30f053736be09
Author: Jason Ish <ish at unx.ca>
Date:   Mon May 11 16:50:19 2015 -0600

    conf - process includes even if not at root node.

commit 56f6e373049b037567313ea2c8c6748fb5321f89
Author: Jason Ish <ish at unx.ca>
Date:   Mon May 11 10:20:25 2015 -0600

    radix-tree - prevent out of bounds array access
    
    An IPv6 entry specified before an IPv4 entry on the host-os-policy
    table can cause the stream byte array to be access one byte after
    the end of the allocated memory at util-radix-tree.c:578.

commit 3e5b8f48b191205b5337f77be4f410661b6982c7
Author: Jason Ish <jason.ish at emulex.com>
Date:   Fri Jan 2 15:30:30 2015 -0600

    Bug 1281 - Add tests for rule content of lengths > 255.

commit e2b04635a7a5d9d3a912cf878328799223a1444e
Author: Jason Ish <jason.ish at emulex.com>
Date:   Mon Oct 27 11:36:26 2014 -0600

    Bug 1281 - Accept rule content with lengths greater than 255.

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

Summary of changes:
 src/app-layer-dns-common.h |   2 +
 src/app-layer-dns-tcp.c    |   2 +-
 src/app-layer-dns-udp.c    |   2 +-
 src/conf-yaml-loader.c     |   4 +-
 src/detect-content.c       | 152 +++++++++++++++++++++++++++++++++++++++++----
 src/detect-content.h       |   4 +-
 src/util-radix-tree.c      |   2 +-
 7 files changed, 149 insertions(+), 19 deletions(-)


hooks/post-receive
-- 
OISF


More information about the Oisf-devel mailing list