From e261d38b3945b88228ecfbb079340c9e37b627d4 Mon Sep 17 00:00:00 2001 From: Lou Berger Date: Wed, 31 Oct 2018 09:47:56 -0400 Subject: [PATCH] bgpd: add valgrind suppression file for to ignore libyang per dll memory leak Signed-off-by: Lou Berger --- bgpd/valgrind.supp | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 bgpd/valgrind.supp diff --git a/bgpd/valgrind.supp b/bgpd/valgrind.supp new file mode 100644 index 0000000000..28c3f82749 --- /dev/null +++ b/bgpd/valgrind.supp @@ -0,0 +1,13 @@ +{ + + 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 +} -- 2.39.5