From 80456f3e7d69aabc8d69db02a1ca1c2ed1f736d0 Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Mon, 20 Jan 2014 14:06:11 +0100 Subject: [PATCH] Bug 1083 and 1084: add valgrind suppressions Add suppressions as these are minor issues and likely not bugs in Suricata. --- qa/valgrind.suppress | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) 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 +} + -- 2.47.2