valgrind.supp: ignore libnss3 leaks

These just started popping up when I updated the notcmalloc gitbuilder, probably
because of an updated libnss version.   Whitelist it!

Signed-off-by: Sage Weil <sage@inktank.com>
This commit is contained in:
Sage Weil 2013-12-21 22:21:49 -08:00 committed by Zack Cerza
parent d781348fd5
commit 6b87147590

View File

@ -38,6 +38,13 @@
fun:OS_LibInit
fun:FCGX_Init
}
{
ignore libnss3 leaks
Memcheck:Leak
...
obj:*libnss3*
...
}
{
strptime suckage
Memcheck:Cond