Skip to content

Commit

Permalink
[dlopen] add suppress entries for internal NSPR/NSS memory leaks
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 Sep 14, 2017
1 parent 8d16563 commit 8f61083
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions build-aux/knet_valgrind_memcheck.supp
Original file line number Diff line number Diff line change
@@ -1,3 +1,39 @@
{
Internal NSPR/NSS leaks
Memcheck:Leak
match-leak-kinds: definite
fun:calloc
obj:*
obj:*
obj:*
obj:*
obj:*
fun:init_nss_db
fun:nsscrypto_load_lib
fun:crypto_check_init_lib
fun:crypto_init
fun:knet_handle_crypto
fun:test
fun:main
}
{
Internal NSPR/NSS leaks
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
obj:*
obj:*
obj:*
obj:*
obj:*
fun:init_nss_db
fun:nsscrypto_load_lib
fun:crypto_check_init_lib
fun:crypto_init
fun:knet_handle_crypto
fun:test
fun:main
}
{
lzma internal stuff
Memcheck:Cond
Expand Down

0 comments on commit 8f61083

Please sign in to comment.