Skip to content

Commit

Permalink
[tests] suppress more libnss3 errors
Browse files Browse the repository at this point in the history
Signed-off-by: Fabio M. Di Nitto <fdinitto@redhat.com>
  • Loading branch information
fabbione committed Jun 25, 2021
1 parent 8fe88cc commit 6611f10
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions build-aux/knet_valgrind_memcheck.supp
Expand Up @@ -620,6 +620,18 @@
fun:init_nss
fun:nsscrypto_init
}
{
nss internal leak non recurring (spotted on rhel8.4 and clang)
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:realpath@@GLIBC_2.3
...
obj:/usr/lib64/libnss3.so
fun:SECMOD_LoadModule
fun:SECMOD_LoadModule
obj:/usr/lib64/libnss3.so
}
{
libgcrypt internal conditinal (debian 10)
Memcheck:Cond
Expand Down

0 comments on commit 6611f10

Please sign in to comment.