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

OISF Git noreply at openinfosecfoundation.org
Wed Feb 15 11:04:12 UTC 2017


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  e072a10f64cd509d09e0349050b92b02fea4df9c (commit)
       via  71710f088e5568621b323c253b154052e3161658 (commit)
       via  20990f7a7eb7939946a275dfc9a95426b0080a19 (commit)
       via  4a04f814b15762eb446a5ead4d69d021512df6f8 (commit)
      from  292baf0872abfebf2762e08e613565703595db6c (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 e072a10f64cd509d09e0349050b92b02fea4df9c
Author: Victor Julien <victor at inliniac.net>
Date:   Wed Feb 15 08:49:07 2017 +0100

    changelog: update for 3.2.1 release

commit 71710f088e5568621b323c253b154052e3161658
Author: Victor Julien <victor at inliniac.net>
Date:   Mon Feb 13 10:39:26 2017 +0100

    dns: fix outputs with 0-len A/AAAA records

commit 20990f7a7eb7939946a275dfc9a95426b0080a19
Author: Victor Julien <victor at inliniac.net>
Date:   Thu Feb 9 15:40:30 2017 +0100

    dns: fix out of bounds read
    
    On a zero size A or AAAA record, 4 or 16 bytes would still be
    read.
    
    Found with AFL+ASAN.

commit 4a04f814b15762eb446a5ead4d69d021512df6f8
Author: Jason Ish <ish at unx.ca>
Date:   Sun Feb 5 07:57:54 2017 -0600

    defrag - take protocol into account during re-assembly
    
    The IP protocol was not being used to match fragments with
    their packets allowing a carefully constructed packet
    with a different protocol to be matched, allowing re-assembly
    to complete, creating a packet that would not be re-assembled
    by the destination host.

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

Summary of changes:
 ChangeLog                  |  33 +++++++++
 src/app-layer-dns-common.c |   4 +-
 src/defrag-hash.c          |   2 +
 src/defrag.c               | 170 +++++++++++++++++++++++++++------------------
 src/defrag.h               |   2 +
 src/log-dnslog.c           |   4 +-
 src/output-json-dns.c      |   4 +-
 src/util-lua-dns.c         |  10 ++-
 8 files changed, 152 insertions(+), 77 deletions(-)


hooks/post-receive
-- 
OISF


More information about the Oisf-devel mailing list