[Oisf-devel] [COMMIT] OISF branch, master, updated. suricata-2.0beta1-465-g01c440b
noreply at openinfosecfoundation.org
noreply at openinfosecfoundation.org
Tue Dec 10 10:56:26 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 01c440bf28c90a8d4287e2c431deaf602e45d74d (commit)
via 1509c9a2e63e6964c09b80afb0aec2288548892c (commit)
via 5a7ad5b3820becbda79769702dd584c61bdbfdcb (commit)
via a597237aedadd251db9303a55e6550d72f368157 (commit)
via 6378db89f6aa12ecba6635c3492eb5e5cceb3ae0 (commit)
via 28c5c68192f1b08a20e8e9c0b5080ad888116ed8 (commit)
via f6e37dcc90963a944493bea835f22af7b6329bb2 (commit)
via b770fd2981a26e8eb0ab01ace0a6755548155102 (commit)
via 90cf8d4c6e05a5c066696931ede7b1d75d9840e5 (commit)
via b79b2fff25be93e262d2e55d02071e577ba41803 (commit)
via d5db0cc033f05861efd53bd02e4de4b871761557 (commit)
via 435f99409f6eedfc8093d598ff4a0ebbcecacbb2 (commit)
via 86aad660a247d1475729bf22e44fd56a328709a4 (commit)
via b4631794a85ca478ede81281107a4fea70bed59a (commit)
via 35298a01463bae55f1b0de1f464db322f360058d (commit)
via a9d754c23d220533eee02d8fd32635ac6b1c68fa (commit)
via 76d3cb557b46c63b8cdfe87289f34364130eec52 (commit)
via 5ba898b738e1fc085bd6c29548edd8a468bf83bd (commit)
via b2c4a50e392a989d56b813c4ae5105b25d41ee66 (commit)
via fe46c26e4e76abb873a36d4042e018fb9e2b480a (commit)
from afb48cfcb58829e6f2df527520d2c77c73e9616c (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 01c440bf28c90a8d4287e2c431deaf602e45d74d
Author: Victor Julien <victor at inliniac.net>
Date: Tue Dec 10 11:45:24 2013 +0100
Add DrMemory suppression for Bug #980. Suppress useless (likely) buggy leak message too
commit 1509c9a2e63e6964c09b80afb0aec2288548892c
Author: Victor Julien <victor at inliniac.net>
Date: Tue Dec 10 11:43:32 2013 +0100
Remove DrMemory suppressions for Bug #979, it is fixed.
commit 5a7ad5b3820becbda79769702dd584c61bdbfdcb
Author: Eric Leblond <eric at regit.org>
Date: Tue Dec 10 10:36:50 2013 +0100
qa: prscript now output pastable line for PR.
commit a597237aedadd251db9303a55e6550d72f368157
Author: Eric Leblond <eric at regit.org>
Date: Mon Dec 9 17:02:55 2013 +0100
coccinelle: fix malloc test
We can have more than an identifier to be assigned the result of
a malloc function.
commit 6378db89f6aa12ecba6635c3492eb5e5cceb3ae0
Author: Eric Leblond <eric at regit.org>
Date: Mon Dec 9 18:18:30 2013 +0100
coccinelle: add option to continue on errors
When a script has been updated or introduced, it is interesting to
detect all errors at once. With this patch it is now possible to
do so by using:
NOT_TERMINAL=1 CONCURRENCY_LEVEL=12 qa/coccinelle/run_check.sh
commit 28c5c68192f1b08a20e8e9c0b5080ad888116ed8
Author: Eric Leblond <eric at regit.org>
Date: Mon Dec 9 18:58:32 2013 +0100
error checking: add missing alloc error treatment
The return of some malloc like functions was not treated in some
places of the code.
commit f6e37dcc90963a944493bea835f22af7b6329bb2
Author: Victor Julien <victor at inliniac.net>
Date: Tue Dec 10 09:30:48 2013 +0100
Bug 1061: fix multiple vars per sig in ordering
In sigordering rules that had multiple vars doing the same operation,
like setting multiple flowbits, would not be considered correctly.
Bug 1061.
commit b770fd2981a26e8eb0ab01ace0a6755548155102
Author: Victor Julien <victor at inliniac.net>
Date: Mon Dec 9 23:21:20 2013 +0100
http header: improve realloc failure checking. Bug #1062.
commit 90cf8d4c6e05a5c066696931ede7b1d75d9840e5
Author: Victor Julien <victor at inliniac.net>
Date: Mon Dec 9 23:07:16 2013 +0100
port parsing: improve memory handling
commit b79b2fff25be93e262d2e55d02071e577ba41803
Author: Victor Julien <victor at inliniac.net>
Date: Mon Dec 9 23:06:40 2013 +0100
cppcheck: add special BUG_ON so cppcheck understands we exit
commit d5db0cc033f05861efd53bd02e4de4b871761557
Author: Victor Julien <victor at inliniac.net>
Date: Mon Dec 9 21:19:11 2013 +0100
port: don't lead memory on port parsing failure
[src/detect-engine-port.c:1354]: (error) Memory leak: gh
commit 435f99409f6eedfc8093d598ff4a0ebbcecacbb2
Author: Victor Julien <victor at inliniac.net>
Date: Mon Dec 9 21:15:22 2013 +0100
Fix small memleak in runmode setup
[src/runmodes.c:338]: (error) Memory leak: custom_mode
commit 86aad660a247d1475729bf22e44fd56a328709a4
Author: Victor Julien <victor at inliniac.net>
Date: Mon Dec 9 21:09:36 2013 +0100
threading setup: fix small mem leak on failure
[src/tm-threads.c:1058]: (error) Memory leak: slot
commit b4631794a85ca478ede81281107a4fea70bed59a
Author: Victor Julien <victor at inliniac.net>
Date: Mon Dec 9 21:03:44 2013 +0100
Fix realloc error handling in threshold.config file parsing. Bug #1062.
commit 35298a01463bae55f1b0de1f464db322f360058d
Author: Victor Julien <victor at inliniac.net>
Date: Mon Dec 9 20:57:02 2013 +0100
Use %u for unsigned int in (console) output
commit a9d754c23d220533eee02d8fd32635ac6b1c68fa
Author: Victor Julien <victor at inliniac.net>
Date: Mon Dec 9 20:55:41 2013 +0100
Use %u for unsigned ints in checksum warning
commit 76d3cb557b46c63b8cdfe87289f34364130eec52
Author: Victor Julien <victor at inliniac.net>
Date: Mon Dec 9 19:02:42 2013 +0100
htp: minor cleanup to silence cppcheck warning
[src/app-layer-htp.c:1967] -> [src/app-layer-htp.c:1978]: (warning) \
Possible null pointer dereference: tx - otherwise it is redundant \
to check it against null.
commit 5ba898b738e1fc085bd6c29548edd8a468bf83bd
Author: Victor Julien <victor at inliniac.net>
Date: Mon Dec 9 19:02:32 2013 +0100
cppcheck: don't use likely/unlikely when -DCPPCHECK is passed to the checker
commit b2c4a50e392a989d56b813c4ae5105b25d41ee66
Author: Victor Julien <victor at inliniac.net>
Date: Mon Dec 9 18:48:42 2013 +0100
Fix small memory leak in classtype parsing
commit fe46c26e4e76abb873a36d4042e018fb9e2b480a
Author: Victor Julien <victor at inliniac.net>
Date: Mon Dec 9 18:48:22 2013 +0100
cppcheck: improve reporting cppcheck when passing -DCPPCHECK to the checker.
-----------------------------------------------------------------------
Summary of changes:
qa/coccinelle/malloc-error-check.cocci | 33 ++++++++++---
qa/coccinelle/run_check.sh | 4 +-
qa/drmemory.suppress | 66 ++++++++++++++++-----------
qa/prscript.py | 3 +
src/alert-unified2-alert.c | 9 +++-
src/app-layer-htp.c | 18 ++++----
src/app-layer-ssl.c | 2 +-
src/conf-yaml-loader.c | 4 ++
src/conf.c | 15 ++++++
src/counters.c | 4 ++
src/detect-classtype.c | 9 ++--
src/detect-engine-hhd.c | 7 ++-
src/detect-engine-port.c | 33 +++++++++-----
src/detect-engine-sigorder.c | 77 +++++++++++++++++++++++++++-----
src/detect-flowvar.c | 2 +
src/detect-tls.c | 14 +++++-
src/log-pcap.c | 5 +-
src/output.c | 16 +++++--
src/runmode-pfring.c | 17 ++++++-
src/runmode-unix-socket.c | 4 ++
src/runmodes.c | 17 ++++++-
src/source-mpipe.c | 4 ++
src/source-pfring.c | 20 ++++++---
src/suricata-common.h | 4 ++
src/tm-threads.c | 7 +++-
src/util-checksum.c | 4 +-
src/util-debug.c | 7 +++-
src/util-device.c | 4 ++
src/util-mem.h | 13 +++++
src/util-optimize.h | 5 ++
src/util-proto-name.c | 4 ++
src/util-threshold-config.c | 22 ++++++---
32 files changed, 343 insertions(+), 110 deletions(-)
hooks/post-receive
--
OISF
More information about the Oisf-devel
mailing list