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, [email protected] 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 ] > > >
