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.
This commit is contained in:
Thomas Haller 2015-11-11 17:07:32 +01:00
parent 549ec35d7b
commit efe1d66c31

View file

@ -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
# ...
# }