ubuntu: Add extra suppressions for libnl.1 leaks.
authorRichard W.M. Jones <rjones@redhat.com>
Thu, 24 Nov 2011 20:17:57 +0000 (20:17 +0000)
committerRichard W.M. Jones <rjones@redhat.com>
Thu, 24 Nov 2011 21:12:42 +0000 (21:12 +0000)
(cherry picked from commit b5b4816ab006ce09b7a7103dbe87b3129046648d)

extratests/suppressions

index 44fb771..c573854 100644 (file)
    fun:calloc
    fun:add_proto_name
 }
+
+{
+   libnl1_malloc_leak
+   Memcheck:Leak
+   fun:malloc
+   fun:strdup
+   obj:/usr/lib/libnl.so.1.1
+}
+{
+   libnl1_calloc_leak
+   Memcheck:Leak
+   fun:calloc
+   obj:/usr/lib/libnl.so.1.1
+}