diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/suppressions/tpl.supp | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/tests/suppressions/tpl.supp b/tests/suppressions/tpl.supp index 15925d8..027c518 100644 --- a/tests/suppressions/tpl.supp +++ b/tests/suppressions/tpl.supp @@ -26,6 +26,30 @@ } { + 64bit ld.so initialization + selinux + Memcheck:Leak + ... + fun:_dl_init + obj:/lib64/ld-*.so +} + +{ + ld.so start + Memcheck:Cond + ... + fun:_dl_start + obj:/lib/ld-*.so +} + +{ + 64bit ld.so start + Memcheck:Cond + ... + fun:_dl_start + obj:/lib64/ld-*.so +} + +{ dlopen initialization, triggered by handle-leak-debug code Memcheck:Leak ... |