From 2ababd61771ad6f2ab2310ecd7d31c5bf6ca8d46 Mon Sep 17 00:00:00 2001 From: Frediano Ziglio Date: Wed, 17 Jul 2019 14:34:14 +0100 Subject: [PATCH] ci: Add some Valgrind suppressions for Fedora 30 Signed-off-by: Frediano Ziglio Acked-by: Uri Lublin --- server/tests/valgrind/spice.supp | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/server/tests/valgrind/spice.supp b/server/tests/valgrind/spice.supp index 1bfe8100..aa64b61b 100644 --- a/server/tests/valgrind/spice.supp +++ b/server/tests/valgrind/spice.supp @@ -36,3 +36,22 @@ ... fun:p11_kit_modules_load } + +{ + gnutls_x509_ext_import_subject_alt_names + Memcheck:Cond + ... + fun:gnutls_x509_ext_import_subject_alt_names + fun:gnutls_x509_crt_import + fun:gnutls_x509_trust_list_iter_get_ca +} + +{ + glib_g_socket_client_class_init + Memcheck:Leak + fun:calloc + ... + fun:type_class_init_Wm + ... + fun:g_socket_client_class_init +}