mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-14 06:50:17 +00:00
lib/log: add valgrind suppression for zlog
These bits of memory are intentionally kept alive at exit so logging still works. Signed-off-by: David Lamparter <equinox@diac24.net>
This commit is contained in:
parent
767439c558
commit
149e0bafd6
@ -7,3 +7,11 @@
|
||||
fun:ly_load_plugins_dir
|
||||
fun:ly_load_plugins
|
||||
}
|
||||
{
|
||||
<zlog_keep_working_at_exit>
|
||||
Memcheck:Leak
|
||||
match-leak-kinds: reachable
|
||||
fun:calloc
|
||||
fun:qcalloc
|
||||
fun:zlog_target_clone
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user