Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 82797 invoked from network); 13 May 2004 00:16:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 13 May 2004 00:16:47 -0000 Received: (qmail 44713 invoked by uid 500); 13 May 2004 00:17:17 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 44653 invoked by uid 500); 13 May 2004 00:17:17 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 44636 invoked by uid 500); 13 May 2004 00:17:16 -0000 Delivered-To: apmail-httpd-2.0-cvs@apache.org Received: (qmail 44625 invoked by uid 98); 13 May 2004 00:17:16 -0000 Received: from madhum@apache.org by hermes.apache.org by uid 82 with qmail-scanner-1.20 (clamuko: 0.70. Clear:RC:0(209.237.227.194):. Processed in 0.058596 secs); 13 May 2004 00:17:16 -0000 X-Qmail-Scanner-Mail-From: madhum@apache.org via hermes.apache.org X-Qmail-Scanner: 1.20 (Clear:RC:0(209.237.227.194):. Processed in 0.058596 secs) Received: from unknown (HELO minotaur.apache.org) (209.237.227.194) by hermes.apache.org with SMTP; 13 May 2004 00:17:16 -0000 Received: (qmail 82740 invoked by uid 1629); 13 May 2004 00:16:44 -0000 Date: 13 May 2004 00:16:44 -0000 Message-ID: <20040513001644.82739.qmail@minotaur.apache.org> From: madhum@apache.org To: httpd-2.0-cvs@apache.org Subject: cvs commit: httpd-2.0 STATUS X-Spam-Rating: hermes.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N madhum 2004/05/12 17:16:43 Modified: . Tag: APACHE_2_0_BRANCH STATUS Log: Propose a backport for the 'shmcb' segv Revision Changes Path No revision No revision 1.751.2.852 +5 -1 httpd-2.0/STATUS Index: STATUS =================================================================== RCS file: /home/cvs/httpd-2.0/STATUS,v retrieving revision 1.751.2.851 retrieving revision 1.751.2.852 diff -u -r1.751.2.851 -r1.751.2.852 --- STATUS 12 May 2004 20:08:35 -0000 1.751.2.851 +++ STATUS 13 May 2004 00:16:43 -0000 1.751.2.852 @@ -72,6 +72,10 @@ [ 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