diff options
author | Nicolas Dufresne <nicolas.dufresne@collabora.co.uk> | 2011-03-01 14:38:01 -0500 |
---|---|---|
committer | Nicolas Dufresne <nicolas.dufresne@collabora.co.uk> | 2011-03-01 14:38:01 -0500 |
commit | 9edfe9dfc29a640342ea61e2ee0b2cb4bb1623d7 (patch) | |
tree | a09419e9542e4754eb446aecc21054d15a2d7d65 /tests | |
parent | 5033744e6115eddb01b77f63f0a6a28b407a34ed (diff) |
Fix and complete ld.so supressions
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 ... |