[Spice-commits] server/tests
GitLab Mirror
gitlab-mirror at kemper.freedesktop.org
Thu Aug 22 08:02:17 UTC 2019
server/tests/valgrind/spice.supp | 1 +
1 file changed, 1 insertion(+)
New commits:
commit e9c8b2590487223dd9b6f83484a8bc85764a0641
Author: Uri Lublin <uril at redhat.com>
Date: Sun Aug 11 14:47:23 2019 +0300
valgrind/spice.supp: add missing ...
There may to be another function (cache_alt_names) between
gnutls_x509_ext_import_subject_alt_names and
gnutls_x509_crt_import
cache_alt_names is a static function in gnutls/lib/x509/x509.c
used only in gnutls_x509_crt_import and may be inlined by
the compiler.
Signed-off-by: Uri Lublin <uril at redhat.com>
Acked-by: Frediano Ziglio <fziglio at redhat.com>
diff --git a/server/tests/valgrind/spice.supp b/server/tests/valgrind/spice.supp
index aa64b61b..284833a7 100644
--- a/server/tests/valgrind/spice.supp
+++ b/server/tests/valgrind/spice.supp
@@ -42,6 +42,7 @@
Memcheck:Cond
...
fun:gnutls_x509_ext_import_subject_alt_names
+ ...
fun:gnutls_x509_crt_import
fun:gnutls_x509_trust_list_iter_get_ca
}
More information about the Spice-commits
mailing list