Return-Path: Delivered-To: apmail-perl-modperl-archive@www.apache.org Received: (qmail 84458 invoked from network); 25 Oct 2008 16:18:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 25 Oct 2008 16:18:25 -0000 Received: (qmail 53333 invoked by uid 500); 25 Oct 2008 16:18:22 -0000 Delivered-To: apmail-perl-modperl-archive@perl.apache.org Received: (qmail 53315 invoked by uid 500); 25 Oct 2008 16:18:22 -0000 Mailing-List: contact modperl-help@perl.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list modperl@perl.apache.org Received: (qmail 53304 invoked by uid 99); 25 Oct 2008 16:18:21 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 25 Oct 2008 09:18:21 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [91.204.168.106] (HELO dedi17.smart-servers.de) (91.204.168.106) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 25 Oct 2008 16:17:09 +0000 Received: from xdsl-213-196-248-106.netcologne.de ([213.196.248.106] helo=[192.168.201.93] ident=foobar) by dedi17.smart-servers.de with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.63) (envelope-from ) id 1Ktlnq-0008FA-4Z for modperl@perl.apache.org; Sat, 25 Oct 2008 18:15:50 +0200 Subject: Bug: APR::Finfo->protection is not (stat $filename)[2] From: Joachim Zobel Reply-To: jzobel@heute-morgen.de To: modperl@perl.apache.org Content-Type: text/plain Organization: Not organized Date: Sat, 25 Oct 2008 18:17:18 +0200 Message-Id: <1224951438.15882.5.camel@vostro.crrrwg.de> Mime-Version: 1.0 X-Mailer: Evolution 2.22.3.1 Content-Transfer-Encoding: 7bit X-SA-Do-Not-Run: Yes X-SA-Exim-Connect-IP: 213.196.248.106 X-SA-Exim-Rcpt-To: modperl@perl.apache.org X-SA-Exim-Mail-From: jzobel@heute-morgen.de X-SA-Exim-Scanned: No (on dedi17.smart-servers.de); SAEximRunCond expanded to false X-Virus-Checked: Checked by ClamAV on apache.org Hi. If stat returns 777 (octal), protection returns 0x777 (hexadecimal). The documentaion claiming this as the same value should be fixed. Sincerely, Joachim