diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2020-08-08 20:15:16 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-08 20:15:16 -0400 |
| commit | 0ddf7da4458a53a67b6f118675c00a534cd126e6 (patch) | |
| tree | 37d168f70aac1b7da794a43b0288946d4e289075 | |
| parent | cd211e2049e672d96dd1c549fcd259f68e0d57ea (diff) | |
| parent | d90c483c907dc0d0e9a6244f6c46c79cbb3cd385 (diff) | |
Merge pull request #6879 from LabNConsulting/working/lb/valgrind-supp-libyang
bgpd: suppress new libyang_1.0 related loss reports
| -rw-r--r-- | bgpd/valgrind.supp | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/bgpd/valgrind.supp b/bgpd/valgrind.supp index ed236a6dc5..31f2477a58 100644 --- a/bgpd/valgrind.supp +++ b/bgpd/valgrind.supp @@ -1,17 +1,18 @@ { - <libyang_0.16.46> + <zlog_keep_working_at_exit> Memcheck:Leak + match-leak-kinds: reachable fun:calloc - fun:_dlerror_run - fun:dlopen@@GLIBC_2.2.5 - fun:ly_load_plugins_dir - fun:ly_load_plugins + fun:qcalloc + fun:zlog_target_clone } { - <zlog_keep_working_at_exit> + <libyang1_1.0.184> Memcheck:Leak match-leak-kinds: reachable fun:calloc - fun:qcalloc - fun:zlog_target_clone + 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 } |
