You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by mi...@apache.org on 2010/03/20 01:50:40 UTC

svn commit: r925507 - /httpd/httpd/branches/2.2.x/STATUS

Author: minfrin
Date: Sat Mar 20 00:50:40 2010
New Revision: 925507

URL: http://svn.apache.org/viewvc?rev=925507&view=rev
Log:
Propose a backport.

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

Modified: httpd/httpd/branches/2.2.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/STATUS?rev=925507&r1=925506&r2=925507&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/STATUS (original)
+++ httpd/httpd/branches/2.2.x/STATUS Sat Mar 20 00:50:40 2010
@@ -126,6 +126,15 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
     2.2.x patch: Trunk patch works
     +1: sf
 
+  * mod_ssl: modules/ssl/ssl_engine_init.c (ssl_init_ctx_cleanup_proxy):
+    Unset pkp->certs pointer after freeing the array; fixes segfault at
+    startup if the certs are shared across >1 server_rec.
+    Trunk patch: http://svn.apache.org/viewvc?rev=417988&view=rev
+    2.2.x patch: Trunk patch works
+    (Original patch by jorton)
+    +1: minfrin
+
+
 PATCHES/ISSUES THAT ARE STALLED
 
   * srclib/pcre and vendor/pcre