Return-Path: Delivered-To: apmail-apr-dev-archive@www.apache.org Received: (qmail 58170 invoked from network); 21 Aug 2005 14:36:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 21 Aug 2005 14:36:57 -0000 Received: (qmail 491 invoked by uid 500); 21 Aug 2005 14:36:56 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 444 invoked by uid 500); 21 Aug 2005 14:36:55 -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 431 invoked by uid 99); 21 Aug 2005 14:36:55 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 21 Aug 2005 07:36:55 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of ehuels@gmail.com designates 64.233.184.203 as permitted sender) Received: from [64.233.184.203] (HELO wproxy.gmail.com) (64.233.184.203) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 21 Aug 2005 07:37:13 -0700 Received: by wproxy.gmail.com with SMTP id i4so846452wra for ; Sun, 21 Aug 2005 07:36:51 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=gZ3uH3ufkQ23L2I/v1IVgRv4fIZ+Vhg5FZJDbkxlHKaJGjmGuTnSeRXhbcmrjAxRHIMMPjnkoSmFfR8tDZofiXK5JbaBwAQtBcm74gjsW/1JIWr7fRK3H9ESkrqNkopoeZiqKJMU89X4sbwFeoUduWe7T8PF37M9yYi7SmPSJXU= Received: by 10.54.124.17 with SMTP id w17mr1038094wrc; Sun, 21 Aug 2005 07:36:51 -0700 (PDT) Received: by 10.54.105.5 with HTTP; Sun, 21 Aug 2005 07:36:51 -0700 (PDT) Message-ID: Date: Sun, 21 Aug 2005 16:36:51 +0200 From: Erik Huelsmann To: dev@apr.apache.org Subject: Re: [PATCH] Fix loop termination in apr_file_write In-Reply-To: <20050820091420.GA9472@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20050820091420.GA9472@redhat.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 8/20/05, Joe Orton wrote: > > I promissed Karl Fogel a reproduction recipe, but didn't succeed in > > creating one. OTOH, I think it's clear the line needs changing... >=20 > I've committed this with a test case (trying to write to a file which > was opened read-only), thanks Erik. Welcome. Given that this is not only a problem for Subversion clients, but also for mod_dav_svn and svnserve servers [which are short on /tmp disc space for example], I'd like to ask for a backport to 0.9.x and a 0.9.7 release (somewhere in the not-too-far-off future). bye, Erik.