Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 77514 invoked from network); 15 Mar 2004 20:12:38 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 15 Mar 2004 20:12:38 -0000 Received: (qmail 31235 invoked by uid 500); 15 Mar 2004 20:12:27 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 31204 invoked by uid 500); 15 Mar 2004 20:12:27 -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 31190 invoked by uid 500); 15 Mar 2004 20:12:27 -0000 Delivered-To: apmail-httpd-2.0-cvs@apache.org Received: (qmail 31187 invoked from network); 15 Mar 2004 20:12:27 -0000 Received: from unknown (HELO minotaur.apache.org) (209.237.227.194) by daedalus.apache.org with SMTP; 15 Mar 2004 20:12:27 -0000 Received: (qmail 77485 invoked by uid 1121); 15 Mar 2004 20:12:36 -0000 Date: 15 Mar 2004 20:12:36 -0000 Message-ID: <20040315201236.77484.qmail@minotaur.apache.org> From: trawick@apache.org To: httpd-2.0-cvs@apache.org Subject: cvs commit: httpd-2.0 STATUS X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N trawick 2004/03/15 12:12:36 Modified: . Tag: APACHE_2_0_BRANCH STATUS Log: nasty storage corruption problem Revision Changes Path No revision No revision 1.751.2.739 +5 -1 httpd-2.0/STATUS Index: STATUS =================================================================== RCS file: /home/cvs/httpd-2.0/STATUS,v retrieving revision 1.751.2.738 retrieving revision 1.751.2.739 diff -u -r1.751.2.738 -r1.751.2.739 --- STATUS 14 Mar 2004 17:49:04 -0000 1.751.2.738 +++ STATUS 15 Mar 2004 20:12:36 -0000 1.751.2.739 @@ -71,6 +71,10 @@ [ please place file names and revisions from HEAD here, so it is easy to identify exactly what the proposed changes are! ] + *) mod_cgid: Fix storage corruption caused by use of incorrect pool. + modules/generators/mod_cgid.c: r1.425 + +1: trawick + *) Use apr_temp_dir_get for htpasswd support/htpasswd.c: 1.75 +1: thommay