[gnutls-devel] GnuTLS | Detect malloc failure. (!960)

Development of GNU's TLS library gnutls-devel at lists.gnutls.org
Wed Mar 27 15:03:07 CET 2019




Tim Rühsen commented on a discussion on src/ocsptool-common.c:

>  		}
>  
>  		url = malloc(data.size + 1);
> +		if (url == NULL) {
> +		    ret = -1;

Thanks for addressing that issue.

-- 
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/merge_requests/960#note_154672377
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/20190327/b829c8b3/attachment-0001.html>


More information about the Gnutls-devel mailing list