summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2008-06-05 22:14:53 +0200
committerSimon Josefsson <simon@josefsson.org>2008-06-05 22:14:53 +0200
commit13f9374ccaf02b06d0884faf247e1b9da4eff100 (patch)
tree3cb52aef00c2166a3ccb87e199767acc3d973052
parentb5c60f1e9d6d2b8eca41d97a9a0dfc720cad4d26 (diff)
downloadgnutls-13f9374ccaf02b06d0884faf247e1b9da4eff100.tar.gz
Add.
-rw-r--r--tests/libgcrypt.supp97
1 files changed, 97 insertions, 0 deletions
diff --git a/tests/libgcrypt.supp b/tests/libgcrypt.supp
new file mode 100644
index 0000000000..861494d6dc
--- /dev/null
+++ b/tests/libgcrypt.supp
@@ -0,0 +1,97 @@
+# libgcrypt.supp -- Valgrind suppresion file for libgcrypt
+
+# Copyright (C) 2008 Simon Josefsson
+
+# Copying and distribution of this file, with or without modification,
+# are permitted in any medium without royalty provided the copyright
+# notice and this notice are preserved.
+
+{
+ libgcrypt1
+ Memcheck:Leak
+ fun:malloc
+ fun:_gcry_private_malloc
+ fun:do_malloc
+ fun:_gcry_malloc
+ fun:_gcry_module_add
+ fun:gcry_pk_register_default
+ fun:_gcry_pk_init
+ fun:global_init
+ fun:_gcry_check_version
+ fun:gcry_check_version
+ fun:gnutls_global_init
+ fun:doit
+ fun:main
+}
+
+{
+ libgcrypt2
+ Memcheck:Leak
+ fun:malloc
+ fun:_gcry_private_malloc
+ fun:do_malloc
+ fun:_gcry_malloc
+ fun:_gcry_module_add
+ fun:gcry_md_register_default
+ fun:_gcry_md_init
+ fun:global_init
+ fun:_gcry_check_version
+ fun:gcry_check_version
+ fun:gnutls_global_init
+ fun:doit
+ fun:main
+}
+
+{
+ libgcrypt3
+ Memcheck:Leak
+ fun:malloc
+ fun:_gcry_private_malloc
+ fun:do_malloc
+ fun:_gcry_malloc
+ fun:_gcry_module_add
+ fun:gcry_cipher_register_default
+ fun:_gcry_cipher_init
+ fun:global_init
+ fun:_gcry_check_version
+ fun:gcry_check_version
+ fun:gnutls_global_init
+ fun:doit
+ fun:main
+}
+
+{
+ libgcrypt4
+ Memcheck:Leak
+ fun:malloc
+ fun:do_malloc
+ fun:_gcry_malloc
+ fun:_gcry_xmalloc
+ fun:_gcry_xcalloc
+ fun:initialize
+ fun:_gcry_randomize
+ fun:gcry_randomize
+ fun:gc_pseudo_random
+ fun:_gnutls_rnd_init
+ fun:gnutls_global_init
+ fun:doit
+ fun:main
+}
+
+{
+ libgcrypt5
+ Memcheck:Leak
+ fun:malloc
+ fun:do_malloc
+ fun:_gcry_malloc
+ fun:_gcry_xmalloc
+ fun:_gcry_xcalloc
+ fun:initialize
+ fun:_gcry_randomize
+ fun:gcry_randomize
+ fun:gc_pseudo_random
+ fun:_gnutls_rnd_init
+ fun:gnutls_global_init
+ fun:doit
+ fun:main
+}