summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2008-12-09 08:34:07 +0100
committerSimon Josefsson <simon@josefsson.org>2008-12-09 08:34:07 +0100
commit5e37a1b771f033f29537e500f1dd057ea8c0e798 (patch)
tree80ceeadd03c4f3a0397c4a363a7217bb2947f06c
parent4c4ad8797d388eaf0a6ecc9293851f3a36b0c733 (diff)
downloadgnutls-5e37a1b771f033f29537e500f1dd057ea8c0e798.tar.gz
Ignore more.
-rw-r--r--tests/libgcrypt.supp18
1 files changed, 18 insertions, 0 deletions
diff --git a/tests/libgcrypt.supp b/tests/libgcrypt.supp
index 8acc01a528..46617db9b1 100644
--- a/tests/libgcrypt.supp
+++ b/tests/libgcrypt.supp
@@ -74,6 +74,7 @@
libgcrypt5
Memcheck:Leak
fun:malloc
+ fun:_gcry_private_malloc
fun:do_malloc
fun:_gcry_malloc
fun:_gcry_xmalloc
@@ -101,3 +102,20 @@
fun:_gnutls_rnd_init
fun:gnutls_global_init
}
+
+{
+ libgcrypt7
+ Memcheck:Leak
+ fun:malloc
+ fun:_gcry_private_malloc
+ fun:do_malloc
+ fun:_gcry_malloc
+ fun:_gcry_xmalloc
+ fun:_gcry_xcalloc
+ fun:initialize
+ fun:_gcry_create_nonce
+ fun:gcry_create_nonce
+ fun:wrap_gcry_rnd_init
+ fun:_gnutls_rnd_init
+ fun:gnutls_global_init
+}