Return-Path: Delivered-To: apmail-httpd-apreq-dev-archive@www.apache.org Received: (qmail 14702 invoked from network); 15 Jun 2006 06:23:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 15 Jun 2006 06:23:57 -0000 Received: (qmail 38826 invoked by uid 500); 15 Jun 2006 06:23:57 -0000 Delivered-To: apmail-httpd-apreq-dev-archive@httpd.apache.org Received: (qmail 38800 invoked by uid 500); 15 Jun 2006 06:23:56 -0000 Mailing-List: contact apreq-dev-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Id: Delivered-To: mailing list apreq-dev@httpd.apache.org Received: (qmail 38789 invoked by uid 99); 15 Jun 2006 06:23:56 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Jun 2006 23:23:56 -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 (asf.osuosl.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; Wed, 14 Jun 2006 23:23:56 -0700 Received: by beauty.rexursive.com (Postfix, from userid 48) id 3B6B91AF281; Thu, 15 Jun 2006 16:23:34 +1000 (EST) Received: from cache1.syd.ops.aspac.uu.net (cache1.syd.ops.aspac.uu.net [203.166.96.235]) by www.rexursive.com (Horde MIME library) with HTTP; Thu, 15 Jun 2006 16:23:34 +1000 Message-ID: <20060615162334.u8i66tbyo0cwkwsg@www.rexursive.com> Date: Thu, 15 Jun 2006 16:23:34 +1000 From: Bojan Smojver To: apreq-dev@httpd.apache.org Subject: Re: Endless loop in split_on_bdry() of library/parser_multipart.c? References: <1148955189.2956.132.camel@coyote.rexursive.com> <20060602125748.GA23447@redhat.com> <44829392.5060102@p6m7g8.com> <87r71v8bag.fsf@gemini.sunstarsys.com> <1150147748.3581.5.camel@coyote.rexursive.com> <20060615153602.vd5hzssg84k4ws4k@www.rexursive.com> In-Reply-To: <20060615153602.vd5hzssg84k4ws4k@www.rexursive.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (4.1.1) X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Quoting Bojan Smojver : > Looks like the offsetof() provided by the platform isn't being used. > Which in turn causes a lot of casting all over the place, which > creates the aliasing problem? Maybe? Nah, it isn't that... Fails just the same with native offsetof() :-( -- Bojan