summaryrefslogtreecommitdiff
path: root/valgrind.suppressions
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2015-11-11 17:07:32 +0100
committerThomas Haller <thaller@redhat.com>2015-11-11 17:08:24 +0100
commitefe1d66c31226e453f6786f6f0d48872e069d6be (patch)
tree084e24fe0fca1d9986774ece2feb7188d873f351 /valgrind.suppressions
parent549ec35d7b5a144c721fdf1c221deea342cb07e6 (diff)
valgrind: drop unused suppressions for libnl-route-3 (rtnl)
Since we no longer link against libnl-route-3.so, these suppressions are obsolete. Drop them.
Diffstat (limited to 'valgrind.suppressions')
-rw-r--r--valgrind.suppressions45
1 files changed, 1 insertions, 44 deletions
diff --git a/valgrind.suppressions b/valgrind.suppressions
index 5a345fd93..d975aa314 100644
--- a/valgrind.suppressions
+++ b/valgrind.suppressions
@@ -3,7 +3,7 @@
# are mainly tested.
#
# Make sure to install debug information, otherwise the suppression trace might
-# not match. On Fedora, try 'debuginfo-install dbus-glib glib libnl3'.
+# not match. On Fedora, try 'debuginfo-install dbus-glib glib'.
{
NSS_NoDB_Init
Memcheck:Leak
@@ -413,46 +413,3 @@
...
}
-###############################################################
-# libnl3
-###############################################################
-
-{
- # fixed by https://github.com/thom311/libnl/commit/d65c32a7205e679c7fc13f0e4565b13e698ba906
- # Same issue as libnl_rtnl_link_set_type_01, but different backtrace by calling nl_msg_parse().
- libnl_rtnl_link_set_type_02
- Memcheck:Leak
- match-leak-kinds: definite
- fun:calloc
- fun:vlan_alloc
- fun:rtnl_link_set_type
- fun:link_msg_parser
- fun:nl_cache_parse
- fun:nl_msg_parse
- ...
-}
-
-# disable the following suppression. I cannot remember why it was needed,
-# maybe it's wrong.
-#
-# {
-# libnl_02
-# libnl_rtnl_link_alloc_cache
-# 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
-# ...
-# }
-