From: Giovanni Bechis Date: Sun, 22 Mar 2020 12:12:21 +0000 (+0000) Subject: propose mod_ssl fix [skip ci] X-Git-Tag: 2.4.43~16 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=eb3ba5e7907ba57b6f7d48523f049c5187a7c51c;p=thirdparty%2Fapache%2Fhttpd.git propose mod_ssl fix [skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1875516 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index dd04ad46994..7900b11545a 100644 --- a/STATUS +++ b/STATUS @@ -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 ]