Merge pull request #6879 from LabNConsulting/working/lb/valgrind-supp-libyang

bgpd: suppress new libyang_1.0 related loss reports
This commit is contained in:
Donald Sharp 2020-08-08 20:15:16 -04:00 committed by GitHub
commit 0ddf7da445
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,12 +1,3 @@
{
<libyang_0.16.46>
Memcheck:Leak
fun:calloc
fun:_dlerror_run
fun:dlopen@@GLIBC_2.2.5
fun:ly_load_plugins_dir
fun:ly_load_plugins
}
{
<zlog_keep_working_at_exit>
Memcheck:Leak
@ -15,3 +6,13 @@
fun:qcalloc
fun:zlog_target_clone
}
{
<libyang1_1.0.184>
Memcheck:Leak
match-leak-kinds: reachable
fun:calloc
fun:_dlerror_run
fun:dlopen@@GLIBC_2.2.5
obj:/usr/lib/x86_64-linux-gnu/libyang.so.1.9.2
fun:ly_load_plugins
}