]> git.ipfire.org Git - people/ms/suricata.git/commit
error checking: add missing alloc error treatment
authorEric Leblond <eric@regit.org>
Mon, 9 Dec 2013 17:58:32 +0000 (18:58 +0100)
committerVictor Julien <victor@inliniac.net>
Tue, 10 Dec 2013 10:35:09 +0000 (11:35 +0100)
commit28c5c68192f1b08a20e8e9c0b5080ad888116ed8
tree35babc1b4f914eb498773f69a78494dcdeb966dc
parentf6e37dcc90963a944493bea835f22af7b6329bb2
error checking: add missing alloc error treatment

The return of some malloc like functions was not treated in some
places of the code.
18 files changed:
src/alert-unified2-alert.c
src/app-layer-htp.c
src/app-layer-ssl.c
src/conf-yaml-loader.c
src/conf.c
src/counters.c
src/detect-flowvar.c
src/detect-tls.c
src/log-pcap.c
src/output.c
src/runmode-pfring.c
src/runmode-unix-socket.c
src/runmodes.c
src/source-mpipe.c
src/source-pfring.c
src/util-debug.c
src/util-device.c
src/util-proto-name.c