[Oisf-devel] [COMMIT] OISF branch, master, updated. suricata-4.0.1-221-g282dad7
OISF Git
noreply at openinfosecfoundation.org
Thu Dec 21 15:35:22 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 282dad79caed8b64cc2be8b0c20911642bcacd02 (commit)
via f342b11277b1b3cf62c00e6a0d7fe62b7a08e930 (commit)
via 0c36ea64c28d6cb64729cc1d942b84d35c189bdc (commit)
via 2a4b5adce88a5ee265ac545e2f7bdb5bc70ef7c3 (commit)
via 8aab6016cb00b5adc0b711a1df7ef28c60b6eb89 (commit)
via c563c1fcabb00ec49b6cbe64d3d09af0d1ccc729 (commit)
via 50a5b2e4581e3c831a6e248b9b66332c1600d16f (commit)
via f2cacca9f82abf7303931b1f01807c3083be58f4 (commit)
via f5b27ae76746f438387c2f99706b5d5cb34507b0 (commit)
from 28ddf48899fad28bd21f7f187c0eb305ae105b8a (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 282dad79caed8b64cc2be8b0c20911642bcacd02
Author: Victor Julien <victor at inliniac.net>
Date: Thu Dec 21 12:07:46 2017 +0100
scan-build: fix memleak warning in port parsing
commit f342b11277b1b3cf62c00e6a0d7fe62b7a08e930
Author: Victor Julien <victor at inliniac.net>
Date: Thu Dec 21 12:02:33 2017 +0100
detect/tos: minor cleanups
commit 0c36ea64c28d6cb64729cc1d942b84d35c189bdc
Author: Victor Julien <victor at inliniac.net>
Date: Thu Dec 21 12:00:28 2017 +0100
detect/tos: fix memleak in error path
commit 2a4b5adce88a5ee265ac545e2f7bdb5bc70ef7c3
Author: Victor Julien <victor at inliniac.net>
Date: Thu Dec 21 11:10:52 2017 +0100
scan-build: simplify FatalErrorOnInit macro
commit 8aab6016cb00b5adc0b711a1df7ef28c60b6eb89
Author: Victor Julien <victor at inliniac.net>
Date: Thu Dec 21 11:01:12 2017 +0100
scan-build: don't use memory wrappers
commit c563c1fcabb00ec49b6cbe64d3d09af0d1ccc729
Author: Victor Julien <victor at inliniac.net>
Date: Thu Dec 21 11:00:28 2017 +0100
scan-build: fix warning in radix tree
commit 50a5b2e4581e3c831a6e248b9b66332c1600d16f
Author: Victor Julien <victor at inliniac.net>
Date: Thu Dec 21 10:59:03 2017 +0100
scan-build: fix warning in streaming buffer
commit f2cacca9f82abf7303931b1f01807c3083be58f4
Author: Victor Julien <victor at inliniac.net>
Date: Thu Dec 21 10:47:52 2017 +0100
threads: avoid NULL-ptr deref in thread init wait
** CID 1426745: Null pointer dereferences (FORWARD_NULL)
/src/tm-threads.c: 2135 in TmThreadWaitOnThreadInit()
________________________________________________________________________________________________________
*** CID 1426745: Null pointer dereferences (FORWARD_NULL)
/src/tm-threads.c: 2135 in TmThreadWaitOnThreadInit()
2129 struct timeval cur_ts;
2130 gettimeofday(&start_ts, NULL);
2131
2132 again:
2133 gettimeofday(&cur_ts, NULL);
2134 if ((cur_ts.tv_sec - start_ts.tv_sec) > 120) {
>>> CID 1426745: Null pointer dereferences (FORWARD_NULL)
>>> Dereferencing null pointer "tv".
2135 SCLogError(SC_ERR_THREAD_INIT, "thread \"%s\" failed to "
2136 "initialize in time: flags %04x", tv->name,
2137 SC_ATOMIC_GET(tv->flags));
2138 return TM_ECODE_FAILED;
2139 }
2140
commit f5b27ae76746f438387c2f99706b5d5cb34507b0
Author: Pierre Chifflier <chifflier at wzdftpd.net>
Date: Wed Nov 29 12:07:44 2017 +0100
Rust: fix probing function prototype: change sign and add Flow
-----------------------------------------------------------------------
Summary of changes:
rust/src/ntp/ntp.rs | 4 ++--
rust/src/parser.rs | 2 +-
src/detect-engine-port.c | 2 +-
src/detect-tos.c | 25 +++++++++----------------
src/tm-threads.c | 16 ++++++++--------
src/util-debug.h | 6 +++++-
src/util-mem.h | 2 +-
src/util-radix-tree.c | 2 ++
src/util-streaming-buffer.c | 2 +-
9 files changed, 30 insertions(+), 31 deletions(-)
hooks/post-receive
--
OISF
More information about the Oisf-devel
mailing list