[gnutls-devel] GnuTLS | Fix memory leak with client certificate auth (!1347)

Read-only notification of GnuTLS library development activities gnutls-devel at lists.gnutls.org
Tue Nov 3 18:18:27 CET 2020



Merge request https://gitlab.com/gnutls/gnutls/-/merge_requests/1347 was reviewed by Daiki Ueno

--
  
Daiki Ueno started a new discussion on lib/ext/status_request.c: https://gitlab.com/gnutls/gnutls/-/merge_requests/1347#note_441061880

>  
>  	if (resp.data && resp.size > 0) {
> +		if (info->raw_ocsp_list != NULL) {

Let's do this unconditionally.

--
  
Daiki Ueno started a new discussion on lib/ext/status_request.c: https://gitlab.com/gnutls/gnutls/-/merge_requests/1347#note_441061883

>  	if (resp.data && resp.size > 0) {
> +		if (info->raw_ocsp_list != NULL) {
> +			for(int i=0;i<info->nocsp;i++)

Please place spaces accordingly to the [Linux kernel coding style](https://www.kernel.org/doc/html/latest/process/coding-style.html).


-- 
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/-/merge_requests/1347
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/20201103/e8685503/attachment.html>


More information about the Gnutls-devel mailing list