valgrind: disable suppression for libnl

Not sure why (and whether!) this is really needed. Disable
it for now, resurrect it later if need be.
This commit is contained in:
Thomas Haller 2015-05-13 14:06:03 +02:00
parent 0c258402c7
commit bde42e78db

View file

@ -432,23 +432,28 @@
fun:nl_msg_parse fun:nl_msg_parse
... ...
} }
{
libnl_rtnl_link_alloc_cache # disable the following suppression. I cannot remember why it was needed,
Memcheck:Leak # maybe it's wrong.
match-leak-kinds: definite #
fun:calloc # {
fun:nl_object_alloc # libnl_02
fun:link_msg_parser # libnl_rtnl_link_alloc_cache
fun:nl_cache_parse # Memcheck:Leak
fun:update_msg_parser # match-leak-kinds: definite
fun:nl_cb_call # fun:calloc
fun:recvmsgs # fun:nl_object_alloc
fun:nl_recvmsgs_report # fun:link_msg_parser
fun:nl_recvmsgs # fun:nl_cache_parse
fun:__cache_pickup # fun:update_msg_parser
fun:nl_cache_pickup # fun:nl_cb_call
fun:nl_cache_refill # fun:recvmsgs
fun:rtnl_link_alloc_cache # fun:nl_recvmsgs_report
... # fun:nl_recvmsgs
} # fun:__cache_pickup
# fun:nl_cache_pickup
# fun:nl_cache_refill
# fun:rtnl_link_alloc_cache
# ...
# }