mirror of
https://github.com/ceph/ceph
synced 2025-01-29 22:43:40 +00:00
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:
parent
d781348fd5
commit
6b87147590
@ -38,6 +38,13 @@
|
||||
fun:OS_LibInit
|
||||
fun:FCGX_Init
|
||||
}
|
||||
{
|
||||
ignore libnss3 leaks
|
||||
Memcheck:Leak
|
||||
...
|
||||
obj:*libnss3*
|
||||
...
|
||||
}
|
||||
{
|
||||
strptime suckage
|
||||
Memcheck:Cond
|
||||
|
Loading…
Reference in New Issue
Block a user