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 <u...@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

_______________________________________________
Spice-devel mailing list
Spice-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/spice-devel

Reply via email to