summaryrefslogtreecommitdiff
path: root/tests/key-tests/suppressions.valgrind
blob: 59238ae876e5b5a30b71a70bd6e15394b932aad0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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
   ...
}