mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-12 07:48:25 +00:00
bgpd: add valgrind suppression file for to ignore libyang per dll memory leak
Signed-off-by: Lou Berger <lberger@labn.net>
This commit is contained in:
parent
aedd2f8515
commit
e261d38b39
13
bgpd/valgrind.supp
Normal file
13
bgpd/valgrind.supp
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
<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
|
||||
fun:ly_ctx_new
|
||||
fun:yang_init
|
||||
fun:frr_init
|
||||
fun:main
|
||||
}
|
Loading…
Reference in New Issue
Block a user