From: Madhusudan Mathihalli Date: Thu, 13 May 2004 00:16:43 +0000 (+0000) Subject: Propose a backport for the 'shmcb' segv X-Git-Tag: 2.0.50~106 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc0c1b0446d5615ddc97fff66f931561a20ca761;p=thirdparty%2Fapache%2Fhttpd.git Propose a backport for the 'shmcb' segv git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103671 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index b87a0a1bee6..9834a96ff15 100644 --- 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