[test suite] make valgrind suppressions slightly more perscriptive

This commit is contained in:
Michael Rash
2014-06-08 20:22:19 -04:00
parent 7fb2f292bc
commit 989d48b7e9
+46
View File
@@ -27,8 +27,54 @@
pcap_suppression3
Memcheck:Leak
fun:malloc
obj:*libpcap*
...
obj:*libpcap*
fun:pcap_compile
fun:pcap_capture
fun:main
}
{
pcap_supression4
Memcheck:Leak
fun:malloc
fun:strdup
obj:*libpcap*
obj:*libpcap*
fun:pcap_create
fun:pcap_open_live
fun:pcap_capture
fun:main
}
{
pcap_supression5
Memcheck:Leak
fun:malloc
fun:strdup
obj:*libpcap*
fun:pcap_activate
fun:pcap_open_live
fun:pcap_capture
fun:main
}
{
pcap_supression6
Memcheck:Leak
fun:malloc
obj:*libpcap*
...
obj:*libpcap*
fun:pcap_capture
fun:main
}
{
pcap_supression7
Memcheck:Leak
fun:malloc
obj:*libpcap*
obj:*libpcap*
fun:pcap_create
fun:pcap_open_live
fun:pcap_capture
fun:main
}