From: Victor Julien Date: Mon, 20 Jan 2014 13:06:11 +0000 (+0100) Subject: Bug 1083 and 1084: add valgrind suppressions X-Git-Tag: suricata-2.0rc1~185 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F786%2Fhead;p=thirdparty%2Fsuricata.git Bug 1083 and 1084: add valgrind suppressions Add suppressions as these are minor issues and likely not bugs in Suricata. --- diff --git a/qa/valgrind.suppress b/qa/valgrind.suppress index 827685f792..250d647650 100644 --- a/qa/valgrind.suppress +++ b/qa/valgrind.suppress @@ -11,4 +11,29 @@ fun:RunUnittests fun:main } +{ + Known warning, see Bug 1083 + Memcheck:Param + socketcall.setsockopt(optval) + fun:setsockopt + fun:pfring_mod_set_bpf_filter + fun:ReceivePfringThreadInit + fun:TmThreadsSlotPktAcqLoop + fun:start_thread + fun:clone +} +{ + Known warning, see Bug 1084 + Memcheck:Leak + fun:malloc + obj:/usr/lib/x86_64-linux-gnu/libpcap.so.1.1.1 + fun:pcap_compile + fun:pcap_compile_nopcap + fun:pfring_mod_set_bpf_filter + fun:ReceivePfringThreadInit + fun:TmThreadsSlotPktAcqLoop + fun:start_thread + fun:clone +} +