[Spice-devel] [spice-server PATCH 3/3] valgrind/spice.supp: add missing ...
Uri Lublin
uril at redhat.com
Sun Aug 11 11:47:23 UTC 2019
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>
---
server/tests/valgrind/spice.supp | 1 +
1 file changed, 1 insertion(+)
diff --git a/server/tests/valgrind/spice.supp b/server/tests/valgrind/spice.supp
index aa64b61bc..284833a72 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
}
--
2.21.0
More information about the Spice-devel
mailing list