[Oisf-devel] [COMMIT] OISF branch, master, updated. suricata-2.0beta1-445-gafb48cf
noreply at openinfosecfoundation.org
noreply at openinfosecfoundation.org
Mon Dec 9 16:43:50 UTC 2013
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 afb48cfcb58829e6f2df527520d2c77c73e9616c (commit)
via 4165bf89514bfaa6ebd46abd2e525ad0b97f4d6a (commit)
via 1476db44d93deeab4f55726145809982e34d0c0d (commit)
via b4e6bbe4bcd3fda31532a2bba138af81bb53760b (commit)
via 0beb7ed7819a706712cf8401e650001309305de2 (commit)
from 9e85b8d35ed02cbbf4222c1d97e13caecf5ca592 (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 afb48cfcb58829e6f2df527520d2c77c73e9616c
Author: Victor Julien <victor at inliniac.net>
Date: Mon Dec 9 16:42:33 2013 +0100
log-http: fix error check leading to null-deref on malloc failure during setup
commit 4165bf89514bfaa6ebd46abd2e525ad0b97f4d6a
Author: Victor Julien <victor at inliniac.net>
Date: Mon Dec 9 16:33:07 2013 +0100
log-http: enforce hostname print limit
commit 1476db44d93deeab4f55726145809982e34d0c0d
Author: Victor Julien <victor at inliniac.net>
Date: Mon Dec 9 16:20:30 2013 +0100
Convert Flow macros to inline functions
Convert FlowReference and FlowDeReference to inline functions for
better readability and to aid static code analyzers.
commit b4e6bbe4bcd3fda31532a2bba138af81bb53760b
Author: Victor Julien <victor at inliniac.net>
Date: Mon Dec 9 13:29:02 2013 +0100
flowvar: initialize new memory to prevent issues on error handling
commit 0beb7ed7819a706712cf8401e650001309305de2
Author: Victor Julien <victor at inliniac.net>
Date: Mon Dec 9 12:12:01 2013 +0100
pcap: fix stats dump logic
pcap has a callback function that is called for each packet. Once a
second, it's meant to 'dump stats'. However, the timing logic was
broken, so it would actually dump stats for each packet.
By moving the stats second timer into the thread vars, next calls of
the callback will be able to use the stored time.
-----------------------------------------------------------------------
Summary of changes:
src/detect-flowvar.c | 1 +
src/flow.h | 25 +++++++++++++------------
src/log-httplog.c | 5 +++--
src/source-pcap.c | 7 ++++---
4 files changed, 21 insertions(+), 17 deletions(-)
hooks/post-receive
--
OISF
More information about the Oisf-devel
mailing list