Return-Path: Delivered-To: apmail-apr-dev-archive@www.apache.org Received: (qmail 36675 invoked from network); 17 May 2008 11:24:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 May 2008 11:24:04 -0000 Received: (qmail 33623 invoked by uid 500); 17 May 2008 11:24:05 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 33578 invoked by uid 500); 17 May 2008 11:24:04 -0000 Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Id: Delivered-To: mailing list dev@apr.apache.org Received: (qmail 33559 invoked by uid 99); 17 May 2008 11:24:04 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 17 May 2008 04:24:04 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of bojan@rexursive.com designates 203.171.74.242 as permitted sender) Received: from [203.171.74.242] (HELO beauty.rexursive.com) (203.171.74.242) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 17 May 2008 11:23:18 +0000 Received: from [10.1.120.24] (shrek.rexursive.com [10.1.120.24]) by beauty.rexursive.com (Postfix) with ESMTP id 81D6940393; Sat, 17 May 2008 21:23:31 +1000 (EST) Subject: Re: upgrading from 2006 snapshot to apr-1.3.x From: Bojan Smojver To: Bob Rossi Cc: dev@apr.apache.org In-Reply-To: <20080517105628.GF6437@brasko.net> References: <20080517024311.GE6437@brasko.net> <1210993739.17659.7.camel@shrek.rexursive.com> <20080517105628.GF6437@brasko.net> Content-Type: text/plain Date: Sat, 17 May 2008 21:23:29 +1000 Message-Id: <1211023409.9901.4.camel@shrek.rexursive.com> Mime-Version: 1.0 X-Mailer: Evolution 2.22.1 (2.22.1-2.fc9) Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org On Sat, 2008-05-17 at 06:56 -0400, Bob Rossi wrote: > char path[80]; Yeah, most likely should be APR_PATH_MAX+1, or something. -- Bojan