From: Simon Josefsson Date: Tue, 21 Apr 2009 13:05:43 +0000 (+0200) Subject: Suppress more for modern libgcrypt. X-Git-Tag: gnutls_2_7_8~30 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=92d8da9878ea9221acac19fd20beff137add9555;p=thirdparty%2Fgnutls.git Suppress more for modern libgcrypt. --- diff --git a/tests/libgcrypt.supp b/tests/libgcrypt.supp index 46617db9b1..6cc27be090 100644 --- a/tests/libgcrypt.supp +++ b/tests/libgcrypt.supp @@ -1,6 +1,6 @@ # libgcrypt.supp -- Valgrind suppresion file for libgcrypt -# Copyright (C) 2008 Simon Josefsson +# Copyright (C) 2008, 2009 Simon Josefsson # Copying and distribution of this file, with or without modification, # are permitted in any medium without royalty provided the copyright @@ -22,6 +22,22 @@ fun:gnutls_global_init } +{ + libgcrypt1-new + Memcheck:Leak + fun:malloc + fun:_gcry_private_malloc + fun:do_malloc + fun:_gcry_malloc + fun:_gcry_module_add + fun:pk_register_default + fun:_gcry_pk_init + fun:global_init + fun:_gcry_check_version + fun:gcry_check_version + fun:gnutls_global_init +} + { libgcrypt2 Memcheck:Leak @@ -38,6 +54,22 @@ fun:gnutls_global_init } +{ + libgcrypt2-new + Memcheck:Leak + fun:malloc + fun:_gcry_private_malloc + fun:do_malloc + fun:_gcry_malloc + fun:_gcry_module_add + fun:md_register_default + fun:_gcry_md_init + fun:global_init + fun:_gcry_check_version + fun:gcry_check_version + fun:gnutls_global_init +} + { libgcrypt3 Memcheck:Leak @@ -54,6 +86,22 @@ fun:gnutls_global_init } +{ + libgcrypt3-new + Memcheck:Leak + fun:malloc + fun:_gcry_private_malloc + fun:do_malloc + fun:_gcry_malloc + fun:_gcry_module_add + fun:cipher_register_default + fun:_gcry_cipher_init + fun:global_init + fun:_gcry_check_version + fun:gcry_check_version + fun:gnutls_global_init +} + { libgcrypt4 Memcheck:Leak @@ -119,3 +167,21 @@ fun:_gnutls_rnd_init fun:gnutls_global_init } + +{ + libgcrypt7-new + Memcheck:Leak + fun:malloc + fun:_gcry_private_malloc + fun:do_malloc + fun:_gcry_malloc + fun:_gcry_xmalloc + fun:_gcry_xcalloc + fun:initialize + fun:_gcry_rngcsprng_create_nonce + fun:_gcry_create_nonce + fun:gcry_create_nonce + fun:wrap_gcry_rnd_init + fun:_gnutls_rnd_init + fun:gnutls_global_init +}