[Oisf-devel] [COMMIT] OISF branch, master, updated. suricata-4.0.0-46-gd9c7f9b
OISF Git
noreply at openinfosecfoundation.org
Wed Oct 18 08:15:30 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 d9c7f9bb17ca4f6f5c92026fed21b9f9fe6fc24c (commit)
via 4d25593b4aa129be9194dfbc73165cd6da186902 (commit)
via d9e5dfa1f0e5170b7d493b89c1c95592a6fe82cb (commit)
via ce0fb39219db82cef286c997a1163dcca10185ef (commit)
via 78486b19797638a2c82bac6fa3126fe0eecfdb7c (commit)
via 3f6fbf94db0d8f9852ac5c1abc5d4706c8742f79 (commit)
via 2577a64e4404c95ca3cc80b7f32a84b90e624207 (commit)
via e023ce9aad8fda293440fce1aeff31dcc72b5425 (commit)
via fd38e5e82b1a0e3edcca227b3f1736e34c492ced (commit)
from 11806875741d317c6f85f3d74b1f5bfb2d82f25b (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 d9c7f9bb17ca4f6f5c92026fed21b9f9fe6fc24c
Author: Sascha Steinbiss <satta at debian.org>
Date: Sat Sep 16 07:29:35 2017 +0100
stats: use unshortened interface names in counters
commit 4d25593b4aa129be9194dfbc73165cd6da186902
Author: Sascha Steinbiss <satta at debian.org>
Date: Fri Sep 1 16:24:56 2017 +0200
json: skip over double dots in output tokenizing
Interface name shortening introduces double periods ('..') as spacers,
which cause issues during JSON stats serialization as there '.'
characters are also used as separators to define nesting of the JSON
output. This commit makes sure that '..' are skipped during tokenizing.
Fixes Redmine bug #2208.
commit d9e5dfa1f0e5170b7d493b89c1c95592a6fe82cb
Author: Victor Julien <victor at inliniac.net>
Date: Mon Oct 2 18:34:08 2017 +0200
rust/file: improve truncation handling
commit ce0fb39219db82cef286c997a1163dcca10185ef
Author: qiangbei <1137465774 at qq.com>
Date: Sun Oct 8 20:49:05 2017 +0800
detect/state: fix offset mask logic
changed 0xef to 0x7f
commit 78486b19797638a2c82bac6fa3126fe0eecfdb7c
Author: Victor Julien <victor at inliniac.net>
Date: Fri Oct 13 09:22:49 2017 +0200
runmodes: fix 'threads' option parsing
Don't cast int to uint8_t for no reason. Add warning that upper
limit for threads is 1024.
Small code cleanups.
Bug: #2228
commit 3f6fbf94db0d8f9852ac5c1abc5d4706c8742f79
Author: Victor Julien <victor at inliniac.net>
Date: Sun Oct 15 21:25:07 2017 +0200
output: harden output deinit
If thread setup fails allow output deinit code to be called with
NULL data without crashing.
commit 2577a64e4404c95ca3cc80b7f32a84b90e624207
Author: Victor Julien <victor at inliniac.net>
Date: Fri Oct 13 09:05:02 2017 +0200
stream: improve error handling of ssn/segment pools
With large number of threads the default memcaps lead to pool setup
failures. Make sure these are reported properly so that the user
knows what is going on.
Bug: #2226
commit e023ce9aad8fda293440fce1aeff31dcc72b5425
Author: Victor Julien <victor at inliniac.net>
Date: Sun Oct 15 21:18:22 2017 +0200
rust/dns: fix new warning in rustc 1.21
commit fd38e5e82b1a0e3edcca227b3f1736e34c492ced
Author: Victor Julien <victor at inliniac.net>
Date: Sun Oct 15 21:16:56 2017 +0200
rust/nfs: fix new warnings in rustc 1.21
-----------------------------------------------------------------------
Summary of changes:
rust/src/dns/dns.rs | 2 +-
rust/src/filecontainer.rs | 10 ----------
rust/src/filetracker.rs | 26 ++++++++++++++++++++++---
rust/src/nfs/nfs.rs | 4 ++--
src/counters.c | 9 +++++----
src/detect-engine-state.c | 2 +-
src/output-json-stats.c | 4 ++++
src/output.c | 3 +++
src/runmode-af-packet.c | 2 +-
src/runmode-netmap.c | 2 +-
src/runmode-pcap.c | 2 +-
src/runmode-pfring.c | 4 ++--
src/stream-tcp-reassemble.c | 7 +++++--
src/stream-tcp.c | 4 +++-
src/threadvars.h | 2 +-
src/tm-threads.c | 4 ++++
src/util-runmodes.c | 47 +++++++++++++++++++++++++++++++--------------
17 files changed, 90 insertions(+), 44 deletions(-)
hooks/post-receive
--
OISF
More information about the Oisf-devel
mailing list