Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 88600 invoked from network); 26 Sep 2006 21:17:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 26 Sep 2006 21:17:40 -0000 Received: (qmail 33630 invoked by uid 500); 26 Sep 2006 21:17:37 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 33582 invoked by uid 500); 26 Sep 2006 21:17:37 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 33571 invoked by uid 99); 26 Sep 2006 21:17:37 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (140.211.166.84) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Sep 2006 14:17:37 -0700 Authentication-Results: idunn.apache.osuosl.org smtp.mail=davi@haxent.com.br; spf=permerror X-ASF-Spam-Status: No, hits=0.0 required=5.0 tests= Received-SPF: error (idunn.apache.osuosl.org: domain haxent.com.br from 65.99.219.155 cause and error) Received: from [65.99.219.155] ([65.99.219.155:4063] helo=haxent.com) by idunn.apache.osuosl.org (ecelerity 2.1.1.8 r(12930)) with ESMTP id 79/30-16382-EE899154 for ; Tue, 26 Sep 2006 14:17:35 -0700 Received: from [192.168.200.205] (unknown [201.3.109.220]) by haxent.com (Postfix) with ESMTP id 606C627805 for ; Tue, 26 Sep 2006 18:17:30 -0300 (BRT) Mime-Version: 1.0 (Apple Message framework v752.2) In-Reply-To: <20060926203543.2756D1A981A@eris.apache.org> References: <20060926203543.2756D1A981A@eris.apache.org> Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <7996227C-0222-46FF-8662-1CF0E2B1D94C@haxent.com.br> Content-Transfer-Encoding: 7bit From: Davi Arnaut Subject: Re: svn commit: r450188 - /httpd/httpd/trunk/modules/cache/mod_disk_cache.c Date: Tue, 26 Sep 2006 18:17:25 -0300 To: dev@httpd.apache.org X-Mailer: Apple Mail (2.752.2) X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 26/09/2006, at 17:35, minfrin@apache.org wrote: > Author: minfrin > Date: Tue Sep 26 13:35:42 2006 > New Revision: 450188 > > + > + char *buf = apr_palloc(p, CACHE_BUF_SIZE); > + if (!buf) { > + return APR_ENOMEM; > + } IIRC, apache abort()s on memory allocation errors. -- Davi Arnaut