[Oisf-devel] [COMMIT] OISF branch, master, updated. suricata-1.3.1-98-g829d975
noreply at openinfosecfoundation.org
noreply at openinfosecfoundation.org
Thu Sep 6 11:50:12 UTC 2012
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 829d975d638eca22495bfee7d57b69d83f05c054 (commit)
via 01d3c14449f995164cfc94278c89dc8adbe9873c (commit)
via 41c72a537a0365eceb72e6edb2276c852fdec9b9 (commit)
via 4e6a4c65f691e2e3c72670d89a1634a903c81d26 (commit)
via a7afa845a646e7b78bac90ccd053cf886e1c0d90 (commit)
via d3824bd1abacde2396231c734ef46b5118f2cb37 (commit)
via 90052609ee39f7a8eae9b125d2dee3ac3ccdce33 (commit)
from b2691cbe889f138b0de0426740ae48dec77cdb8b (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 829d975d638eca22495bfee7d57b69d83f05c054
Author: Victor Julien <victor at inliniac.net>
Date: Thu Sep 6 13:48:55 2012 +0200
Make sure defrag pool sizes are not initialized to 0, see #540.
commit 01d3c14449f995164cfc94278c89dc8adbe9873c
Author: Eric Leblond <eric at regit.org>
Date: Thu Sep 6 12:03:54 2012 +0200
tls: fix error handling
Handling of error case was correct as pointed out by Coverity
717439.
commit 41c72a537a0365eceb72e6edb2276c852fdec9b9
Author: Eric Leblond <eric at regit.org>
Date: Thu Sep 6 11:44:25 2012 +0200
tls: avoid double close.
This should fix issue 717441 reported by Coverity.
commit 4e6a4c65f691e2e3c72670d89a1634a903c81d26
Author: Eric Leblond <eric at regit.org>
Date: Thu Sep 6 11:31:42 2012 +0200
defrag: be sure to output NULL tracker
Coverity 720337 pointed out a use after free. We can't be dependent
to HashListTableAdd outputting a NULL tracker.
commit a7afa845a646e7b78bac90ccd053cf886e1c0d90
Author: Eric Leblond <eric at regit.org>
Date: Thu Sep 6 09:59:14 2012 +0200
Fix coverity warnings 718636 and 718635
The result of the swap was not checked.
commit d3824bd1abacde2396231c734ef46b5118f2cb37
Author: Eric Leblond <eric at regit.org>
Date: Thu Sep 6 09:44:31 2012 +0200
defrag: fix potential use after free.
Coverity pointed out that PoolReturn is almost like free and detected
a use after free when accessing to tracker->af (issue 720339).
This patch fixes this by storing the value in a local variable.
commit 90052609ee39f7a8eae9b125d2dee3ac3ccdce33
Author: Eric Leblond <eric at regit.org>
Date: Thu Sep 6 08:41:17 2012 +0200
defrag: avoid to run cleaning repetitively
-----------------------------------------------------------------------
Summary of changes:
src/defrag.c | 22 ++++++++++++++++++----
src/log-tlslog.c | 15 +++++++++++----
src/tm-threads.c | 4 ++--
3 files changed, 31 insertions(+), 10 deletions(-)
hooks/post-receive
--
OISF
More information about the Oisf-devel
mailing list