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:
@@ -432,23 +432,28 @@
|
||||
fun:nl_msg_parse
|
||||
...
|
||||
}
|
||||
{
|
||||
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
|
||||
...
|
||||
}
|
||||
|
||||
# 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
|
||||
# ...
|
||||
# }
|
||||
|
||||
|
Reference in New Issue
Block a user