]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
propose mod_ssl fix [skip ci]
authorGiovanni Bechis <gbechis@apache.org>
Sun, 22 Mar 2020 12:12:21 +0000 (12:12 +0000)
committerGiovanni Bechis <gbechis@apache.org>
Sun, 22 Mar 2020 12:12:21 +0000 (12:12 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1875516 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index dd04ad4699428aca0d335966445d5b9c70d4d0a6..7900b11545ae8328bee1c3aaf8aab262a8556c87 100644 (file)
--- 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 ]