[Oisf-devel] [COMMIT] OISF branch, master, updated. suricata-3.2-93-g5e96977
OISF Git
noreply at openinfosecfoundation.org
Thu Feb 9 12:25:16 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 5e969779839585dbeae7b103e9e7c9016140159b (commit)
via b25b067d9333bd1160cae643b47467cb02914446 (commit)
from 86222428dd51adf2b6ff562a49e0e1ed22e0da76 (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 5e969779839585dbeae7b103e9e7c9016140159b
Author: Sascha Steinbiss <sascha at steinbiss.name>
Date: Wed Feb 8 12:39:06 2017 +0100
mpm-ac: fix integer overflow on allocation
The size of a memory buffer to be allocated was kept in a signed int
instead of a size_t, leading to an overflow when large lists of long
and diverse patterns cause the amount of AC states to blow up (>2GB).
Fixes Redmine issues #1827 and #1843.
Signed-off-by: Sascha Steinbiss <sascha at steinbiss.name>
commit b25b067d9333bd1160cae643b47467cb02914446
Author: Sascha Steinbiss <sascha at steinbiss.name>
Date: Wed Feb 8 12:40:00 2017 +0100
alert: silence compiler type warning
The `ts_ecr' and `ts_val' struct fields are integer types, not
pointers. This leads GCC 6.3.0 to complain about comparisons to
NULL.
Signed-off-by: Sascha Steinbiss <sascha at steinbiss.name>
-----------------------------------------------------------------------
Summary of changes:
src/alert-prelude.c | 5 ++---
src/util-mpm-ac.c | 46 ++++++++++++++++++++++++++++++++++++----------
2 files changed, 38 insertions(+), 13 deletions(-)
hooks/post-receive
--
OISF
More information about the Oisf-devel
mailing list