summaryrefslogtreecommitdiff
path: root/tests/cert-tests/suppressions.valgrind
blob: 12b43e651dcab8ff389c174e7ca29bd759e5b316 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# 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
   ...
}
{
   ld-uncond-jump
   Memcheck:Cond
   fun:index
   fun:expand_dynamic_string_token
   fun:fillin_rpath
   ...
}