[Spice-devel] [spice-server PATCH 3/3] valgrind/spice.supp: add missing ...

Frediano Ziglio fziglio at redhat.com
Sun Aug 11 11:57:49 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>

Acked.

If you have the exact environment where this happened worth adding
it in the commit message.

> ---
>  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
>  }

Frediano


More information about the Spice-devel mailing list