[gnutls-devel] GnuTLS | .gitlab-ci.yml: switch to Fedora 38 images (!1747)

Read-only notification of GnuTLS library development activities gnutls-devel at lists.gnutls.org
Wed Jun 7 11:56:42 CEST 2023




Zoltán Fridrich commented on a discussion on src/serv.c: https://gitlab.com/gnutls/gnutls/-/merge_requests/1747#note_1421629544

>  			return GNUTLS_E_MEMORY_ERROR;
>  		cache_db[i].session_data.data = ptr;
>  	}
> -	memcpy(cache_db[i].session_data.data, data.data, data.size);
> +	if (data.size > 0) {

in that case its fine

-- 
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/-/merge_requests/1747#note_1421629544
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/20230607/542d3f26/attachment.html>


More information about the Gnutls-devel mailing list