[Oisf-devel] [COMMIT] OISF branch, master, updated. suricata-2.0beta2-79-g84f1443
noreply at openinfosecfoundation.org
noreply at openinfosecfoundation.org
Fri Jan 17 19:12:21 UTC 2014
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 84f14438c36e070860cb11b693463f5aea4ed851 (commit)
via 82a2dd859b07c492ce78ea6e7e4bb876582f1f54 (commit)
from d06a19301210a8296e63aeef19163b180cb8f47f (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 84f14438c36e070860cb11b693463f5aea4ed851
Author: Victor Julien <victor at inliniac.net>
Date: Fri Jan 17 18:58:21 2014 +0100
Bug 980: fix HTTP memory cleanup at shutdown
Buffers in per thread HTTP header, client body and server body storage
would be freed based on the usage indicator instead of the size
indicator.
As the usage indicator (e.g. hsbd_buffers_list_len) could be reset
while leaving the memory untouched for later reuse, the free function
would not iterate over all memory blocks.
Removed DrMemory suppressions as well.
Bug #980.
commit 82a2dd859b07c492ce78ea6e7e4bb876582f1f54
Author: Eric Leblond <eric at regit.org>
Date: Fri Jan 17 17:43:50 2014 +0100
af-packet: fix problem introduced in recent commit
Logic of patch 98e4a14f6d59fe8928fd6e2af3d9c3e8b42d00bf was correct
but implementation is wrong because TP_STATUS_KERNEL is equal to
zero and thus can not be evaluated in a binary operation. This patch
updates the logic by doing two tests.
Reported-by: Alessandro Guido
-----------------------------------------------------------------------
Summary of changes:
qa/drmemory.suppress | 34 ----------------------------------
src/detect-engine.c | 22 ++++++++++++++++++----
src/source-af-packet.c | 2 +-
3 files changed, 19 insertions(+), 39 deletions(-)
hooks/post-receive
--
OISF
More information about the Oisf-devel
mailing list