diff options
Diffstat (limited to 'tests/cert-tests/suppressions.valgrind')
-rw-r--r-- | tests/cert-tests/suppressions.valgrind | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/tests/cert-tests/suppressions.valgrind b/tests/cert-tests/suppressions.valgrind new file mode 100644 index 0000000..12b43e6 --- /dev/null +++ b/tests/cert-tests/suppressions.valgrind @@ -0,0 +1,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 + ... +} |