valgrind: add libnl suppression
authorThomas Haller <thaller@redhat.com>
Mon, 4 May 2015 16:15:27 +0000 (18:15 +0200)
committerThomas Haller <thaller@redhat.com>
Mon, 4 May 2015 16:41:15 +0000 (18:41 +0200)
Got this on F21, libnl 3.2.25-5.fc21

valgrind.suppressions

index 05ac7da..d3f15d9 100644 (file)
    fun:g_dbus_proxy_finalize
    ...
 }
+{
+   libnl_01
+   Memcheck:Leak
+   match-leak-kinds: definite
+   fun:calloc
+   fun:nl_object_alloc
+   fun:link_msg_parser
+   fun:__pickup_answer
+   fun:nl_cb_call
+   fun:recvmsgs
+   fun:nl_recvmsgs_report
+   fun:nl_recvmsgs
+   fun:nl_pickup
+   fun:rtnl_link_get_kernel
+   ...
+}
+{
+   libnl_02
+   Memcheck:Leak
+   match-leak-kinds: definite
+   fun:calloc
+   fun:vlan_alloc
+   fun:rtnl_link_set_type
+   fun:link_msg_parser
+   fun:__pickup_answer
+   fun:nl_cb_call
+   fun:recvmsgs
+   fun:nl_recvmsgs_report
+   fun:nl_recvmsgs
+   fun:nl_pickup
+   fun:rtnl_link_get_kernel
+   ...
+}
+{
+   libnl_03
+   Memcheck:Leak
+   match-leak-kinds: definite
+   fun:calloc
+   fun:nl_object_alloc
+   fun:link_msg_parser
+   fun:nl_cache_parse
+   fun:update_msg_parser
+   fun:nl_cb_call
+   fun:recvmsgs
+   fun:nl_recvmsgs_report
+   fun:nl_recvmsgs
+   fun:__cache_pickup
+   fun:nl_cache_pickup
+   fun:nl_cache_refill
+   fun:rtnl_link_alloc_cache
+   ...
+}