You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by gb...@apache.org on 2020/03/22 12:12:21 UTC

svn commit: r1875516 - /httpd/httpd/branches/2.4.x/STATUS

Author: gbechis
Date: Sun Mar 22 12:12:21 2020
New Revision: 1875516

URL: http://svn.apache.org/viewvc?rev=1875516&view=rev
Log:
propose mod_ssl fix [skip ci]

Modified:
    httpd/httpd/branches/2.4.x/STATUS

Modified: httpd/httpd/branches/2.4.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/STATUS?rev=1875516&r1=1875515&r2=1875516&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Sun Mar 22 12:12:21 2020
@@ -156,6 +156,13 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
              months/years without any action item :)
      ylavic: will look at it ASAP..
 
+  *) mod_ssl: Fix memory leak of OCSP stapling response.
+              The OCSP_RESPONSE is either ignored or serialized (i2d_OCSP_RESPONSE) in the
+              TLS response/handshake extension, so it must be freed.
+     trunk patch: http://svn.apache.org/r1874577
+     2.4.x patch: svn merge -c 1874577 ^/httpd/httpd/trunk .
+     +1: gbechis
+
 PATCHES/ISSUES THAT ARE BEING WORKED
   [ New entries should be added at the START of the list ]
 



Re: svn commit: r1875516 - /httpd/httpd/branches/2.4.x/STATUS

Posted by Dirk-Willem van Gulik <di...@webweaving.org>.
Thank you so much for finding is! 

This one has been plaguing us for quite a bit - and we where totally looking in the wrong place.

Dw.

> On 22 Mar 2020, at 13:12, gbechis@apache.org wrote:
> 
> Author: gbechis
> Date: Sun Mar 22 12:12:21 2020
> New Revision: 1875516
> 
> URL: http://svn.apache.org/viewvc?rev=1875516&view=rev
> Log:
> propose mod_ssl fix [skip ci]
> 
> Modified:
>    httpd/httpd/branches/2.4.x/STATUS
> 
> Modified: httpd/httpd/branches/2.4.x/STATUS
> URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/STATUS?rev=1875516&r1=1875515&r2=1875516&view=diff
> ==============================================================================
> --- httpd/httpd/branches/2.4.x/STATUS (original)
> +++ httpd/httpd/branches/2.4.x/STATUS Sun Mar 22 12:12:21 2020
> @@ -156,6 +156,13 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
>              months/years without any action item :)
>      ylavic: will look at it ASAP..
> 
> +  *) mod_ssl: Fix memory leak of OCSP stapling response.
> +              The OCSP_RESPONSE is either ignored or serialized (i2d_OCSP_RESPONSE) in the
> +              TLS response/handshake extension, so it must be freed.
> +     trunk patch: http://svn.apache.org/r1874577
> +     2.4.x patch: svn merge -c 1874577 ^/httpd/httpd/trunk .
> +     +1: gbechis
> +
> PATCHES/ISSUES THAT ARE BEING WORKED
>   [ New entries should be added at the START of the list ]
> 
> 
>