[Oisf-devel] [COMMIT] OISF branch, master, updated. suricata-3.0.1-151-g3f16ebe
OISF Git
noreply at openinfosecfoundation.org
Thu Apr 14 13:53:11 UTC 2016
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 3f16ebe4762775e4d11c2d63d0153643016e4012 (commit)
via c4575d141946e5200d84047bfa8b78c7d05fa551 (commit)
via 3aea0bd4f38ff5ad6b220a2c4ee0b9e65a8b166e (commit)
via 93fa2919222cafc5436945f7bfcc6096882c8eee (commit)
from 9b08cdae7488303bc4893257ace5f0a4390aaf50 (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 3f16ebe4762775e4d11c2d63d0153643016e4012
Author: Victor Julien <victor at inliniac.net>
Date: Thu Apr 14 09:46:56 2016 +0200
dns: don't read uninitialized memory in name parsing
AFL+ASAN found that with certain input we used an uninitialized byte
in the length calculation. Probably harmless as the length was still
validated afterwards.
commit c4575d141946e5200d84047bfa8b78c7d05fa551
Author: Victor Julien <victor at inliniac.net>
Date: Wed Apr 13 10:14:35 2016 +0200
stream-tcp: improve test function cleanup
commit 3aea0bd4f38ff5ad6b220a2c4ee0b9e65a8b166e
Author: Victor Julien <victor at inliniac.net>
Date: Wed Apr 13 10:13:50 2016 +0200
stream-tcp: introduce stream cleanup function
commit 93fa2919222cafc5436945f7bfcc6096882c8eee
Author: Victor Julien <victor at inliniac.net>
Date: Wed Apr 13 09:46:18 2016 +0200
stream-tcp: unify ssn clean up functions
There were 2 separate function doing ssn cleanup. To prevent issues
common with code duplication, unify them.
-----------------------------------------------------------------------
Summary of changes:
src/app-layer-dns-common.c | 13 ++++--
src/stream-tcp-util.c | 3 +-
src/stream-tcp.c | 111 ++++++++++++++++++---------------------------
src/stream-tcp.h | 7 +++
4 files changed, 63 insertions(+), 71 deletions(-)
hooks/post-receive
--
OISF
More information about the Oisf-devel
mailing list