diff options
author | Thomas Haller <thaller@redhat.com> | 2015-05-04 18:15:27 +0200 |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2015-05-04 18:41:15 +0200 |
commit | 0731da16faf105faac44e019f2079cdbbeea0ec7 (patch) | |
tree | f6bd2ee8e11c61f05b54958020dfc0be46803aa5 | |
parent | f614ebe6f54d9346f15ebee82fe2673e8de94cf4 (diff) | |
download | NetworkManager-0731da16faf105faac44e019f2079cdbbeea0ec7.tar.gz |
valgrind: add libnl suppression
Got this on F21, libnl 3.2.25-5.fc21
-rw-r--r-- | valgrind.suppressions | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/valgrind.suppressions b/valgrind.suppressions index 05ac7da7ba..d3f15d9b7e 100644 --- a/valgrind.suppressions +++ b/valgrind.suppressions @@ -395,4 +395,56 @@ 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 + ... +} |