]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
tests: added valgrind suppressions in cert-tests for libidn
authorNikos Mavrogiannopoulos <nmav@redhat.com>
Wed, 25 Mar 2015 14:56:32 +0000 (15:56 +0100)
committerNikos Mavrogiannopoulos <nmav@redhat.com>
Wed, 25 Mar 2015 14:56:35 +0000 (15:56 +0100)
tests/cert-tests/suppressions.valgrind

index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..59238ae876e5b5a30b71a70bd6e15394b932aad0 100644 (file)
@@ -0,0 +1,16 @@
+# suppressions -- Valgrind suppresion file for libgcrypt
+
+# Copyright (C) 2015 Red Hat, Inc.
+
+# 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.
+
+{
+   <insert_a_suppression_name_here>
+   Memcheck:Addr4
+   fun:idna_to_ascii_4z
+   fun:idna_to_ascii_8z
+   fun:gnutls_x509_crt_check_email
+   ...
+}