]> git.proxmox.com Git - mirror_frr.git/commitdiff
bgpd: add valgrind suppression file for to ignore libyang per dll memory leak
authorLou Berger <lberger@labn.net>
Wed, 31 Oct 2018 13:47:56 +0000 (09:47 -0400)
committerLou Berger <lberger@labn.net>
Wed, 31 Oct 2018 13:47:56 +0000 (09:47 -0400)
Signed-off-by: Lou Berger <lberger@labn.net>
bgpd/valgrind.supp [new file with mode: 0644]

diff --git a/bgpd/valgrind.supp b/bgpd/valgrind.supp
new file mode 100644 (file)
index 0000000..28c3f82
--- /dev/null
@@ -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
+}