[gnutls-devel] GnuTLS | Fix uninitialized warning in pkcs11.c (!906)

Development of GNU's TLS library gnutls-devel at lists.gnutls.org
Tue Feb 12 11:40:16 CET 2019


Tim Rühsen commented on a discussion on tests/pkcs11/pkcs11-token-raw.c:

>  		exit(1);
>  	}
>  
> +	{ /* Testing a too small buffer */
> +		char buf[1];
> +		size_t size = sizeof(buf);
> +
> +		ret = gnutls_pkcs11_token_get_info("pkcs11:",

Sorry, forgot to add the changes to the commit... here we go.

-- 
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/merge_requests/906#note_140482139
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gnupg.org/pipermail/gnutls-devel/attachments/20190212/b302b120/attachment.html>


More information about the Gnutls-devel mailing list