From: Nikos Mavrogiannopoulos Date: Wed, 25 Mar 2015 14:56:32 +0000 (+0100) Subject: tests: added valgrind suppressions in cert-tests for libidn X-Git-Tag: gnutls_3_4_0~121 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d6e00aa527b95b111ca55656d0be1ccd9ac4be67;p=thirdparty%2Fgnutls.git tests: added valgrind suppressions in cert-tests for libidn --- diff --git a/tests/cert-tests/suppressions.valgrind b/tests/cert-tests/suppressions.valgrind index e69de29bb2..59238ae876 100644 --- a/tests/cert-tests/suppressions.valgrind +++ b/tests/cert-tests/suppressions.valgrind @@ -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. + +{ + + Memcheck:Addr4 + fun:idna_to_ascii_4z + fun:idna_to_ascii_8z + fun:gnutls_x509_crt_check_email + ... +}