]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Propose a backport for the 'shmcb' segv
authorMadhusudan Mathihalli <madhum@apache.org>
Thu, 13 May 2004 00:16:43 +0000 (00:16 +0000)
committerMadhusudan Mathihalli <madhum@apache.org>
Thu, 13 May 2004 00:16:43 +0000 (00:16 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103671 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index b87a0a1bee655e0b4bc3132669dc60081bc7cafa..9834a96ff159cd73763d70e209931b0f09dc783c 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                              -*-text-*-
-Last modified at [$Date: 2004/05/12 20:08:35 $]
+Last modified at [$Date: 2004/05/13 00:16:43 $]
 
 Release:
 
@@ -72,6 +72,10 @@ PATCHES TO BACKPORT FROM 2.1
   [ please place file names and revisions from HEAD here, so it is easy to
     identify exactly what the proposed changes are! ]
 
+    *) mod_ssl: Fix potential SEGV in 'shmcb' session cache.
+       modules/ssl/ssl_scache_shmcb.c: r1.26
+       +1: madhum
+
     *) mod_cgi: Handle stderr output during script execution
        http://cvs.apache.org/viewcvs.cgi/httpd-2.0/modules/generators/mod_cgi.c?r1=1.160&r2=1.163
        PR: 22030, 18348