[Oisf-devel] [COMMIT] OISF branch, master, updated. suricata-3.0-156-g8394b38
OISF Git
noreply at openinfosecfoundation.org
Tue Mar 15 15:09:18 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 8394b38941492b7264e26c14b8fa435c859d2497 (commit)
via 33fd710367f492f80fc5f8a532a9f3afc7ab63bd (commit)
via 7602f650b1ba3a7e043d80e7ac8dd1df5469b5ea (commit)
from f17ef5e46b5fbcebf0027604a5b8f5fb8e5f2219 (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 8394b38941492b7264e26c14b8fa435c859d2497
Author: Victor Julien <victor at inliniac.net>
Date: Mon Mar 7 16:55:09 2016 +0100
cppcheck: work around snprintf warning
Cppcheck 1.72 gives a warning on the following code pattern:
char blah[32] = "";
snprintf(blah, sizeof(blah), "something");
The warning is:
(error) Buffer is accessed out of bounds.
While this appears to be a FP, in most cases the initialization to ""
was unnecessary as the snprintf statement immediately follows the
variable declaration.
commit 33fd710367f492f80fc5f8a532a9f3afc7ab63bd
Author: Mats Klepsland <mats.klepsland at gmail.com>
Date: Tue Mar 15 08:08:07 2016 +0100
rules: add rules for TLS SNI app layer events
commit 7602f650b1ba3a7e043d80e7ac8dd1df5469b5ea
Author: Mats Klepsland <mats.klepsland at gmail.com>
Date: Fri Mar 11 12:55:38 2016 +0100
app-layer-ssl: fix memleak
Avoid that the SNI extension code is executed twice sometimes, causing
memory leaks.
-----------------------------------------------------------------------
Summary of changes:
rules/tls-events.rules | 6 ++++--
src/app-layer-ssl.c | 40 ++++++++++++++++++++++++++++++++++++++--
src/app-layer-ssl.h | 6 ++++++
src/detect-engine-loader.c | 2 +-
src/detect-engine.c | 4 +++-
src/detect.c | 4 +++-
src/flow-manager.c | 4 ++--
src/log-tcp-data.c | 5 +++--
src/output-json-flow.c | 2 +-
src/output-json-netflow.c | 4 ++--
src/runmode-unix-socket.c | 2 +-
src/util-classification-config.c | 2 +-
src/util-debug.h | 5 ++---
src/util-reference-config.c | 2 +-
src/util-rule-vars.c | 2 +-
src/util-threshold-config.c | 2 +-
16 files changed, 70 insertions(+), 22 deletions(-)
hooks/post-receive
--
OISF
More information about the Oisf-devel
mailing list