mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-06-04 02:53:32 +00:00
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:
commit
0ddf7da445
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user