diff options
| author | Michael Biebl <biebl@debian.org> | 2016-01-20 16:26:51 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2016-01-20 16:26:51 +0100 |
| commit | 494f296a3baab08522617b24b1f126d8f9a17502 (patch) | |
| tree | c8ef32fb0dd1c4ff35a0b38e787abb58692de0cd /valgrind.suppressions | |
| parent | 54f6333410ffd570e62717d9e77c5c987175e397 (diff) | |
Imported Upstream version 1.1.90 upstream/1.1.90
Diffstat (limited to 'valgrind.suppressions')
| -rw-r--r-- | valgrind.suppressions | 46 |
1 files changed, 1 insertions, 45 deletions
diff --git a/valgrind.suppressions b/valgrind.suppressions index d7d78738..46b4a5ba 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 @@ -440,47 +440,3 @@ fun:start_thread fun:clone } - -############################################################### -# 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 -# ... -# } - |