[gnutls-devel] GnuTLS | Datum.c cleanup (!1002)

Development of GNU's TLS library gnutls-devel at lists.gnutls.org
Wed May 29 08:54:14 CEST 2019




Nikos Mavrogiannopoulos commented on a discussion on lib/srp.c: https://gitlab.com/gnutls/gnutls/merge_requests/1002#note_175618406

>  				     unsigned int salt_length)
>  {
>  	_gnutls_free_datum(&cred->fake_salt_seed);
> -	_gnutls_set_datum(&cred->fake_salt_seed, seed->data, seed->size);
> +	if (_gnutls_set_datum(&cred->fake_salt_seed, seed->data, seed->size) < 0) {

That was addressed in a different way.

-- 
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/merge_requests/1002#note_175618406
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/20190529/9aede407/attachment.html>


More information about the Gnutls-devel mailing list