Return-Path: Delivered-To: apmail-httpd-apreq-cvs-archive@www.apache.org Received: (qmail 18833 invoked from network); 11 Apr 2005 20:54:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 11 Apr 2005 20:54:00 -0000 Received: (qmail 34075 invoked by uid 500); 11 Apr 2005 20:54:00 -0000 Delivered-To: apmail-httpd-apreq-cvs-archive@httpd.apache.org Received: (qmail 34052 invoked by uid 500); 11 Apr 2005 20:53:59 -0000 Mailing-List: contact apreq-cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: apreq-dev@httpd.apache.org List-Post: List-Help: List-Unsubscribe: List-Subscribe: Delivered-To: mailing list apreq-cvs@httpd.apache.org Received: (qmail 34038 invoked by uid 99); 11 Apr 2005 20:53:59 -0000 X-ASF-Spam-Status: No, hits=-9.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from minotaur.apache.org (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.28) with SMTP; Mon, 11 Apr 2005 13:53:59 -0700 Received: (qmail 18815 invoked by uid 65534); 11 Apr 2005 20:53:58 -0000 Message-ID: <20050411205358.18814.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-Mailer: svnmailer-1.0.0-dev Date: Mon, 11 Apr 2005 20:53:58 -0000 Subject: svn commit: r160949 - httpd/apreq/branches/multi-env-unstable/library/util.c To: apreq-cvs@httpd.apache.org From: joes@apache.org X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: joes Date: Mon Apr 11 13:53:57 2005 New Revision: 160949 URL: http://svn.apache.org/viewcvs?view=3Drev&rev=3D160949 Log: Always set dlen and slen. Modified: httpd/apreq/branches/multi-env-unstable/library/util.c Modified: httpd/apreq/branches/multi-env-unstable/library/util.c URL: http://svn.apache.org/viewcvs/httpd/apreq/branches/multi-env-unstable/= library/util.c?view=3Ddiff&r1=3D160948&r2=3D160949 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- httpd/apreq/branches/multi-env-unstable/library/util.c (original) +++ httpd/apreq/branches/multi-env-unstable/library/util.c Mon Apr 11 13:53= :57 2005 @@ -509,6 +509,8 @@ break; =20 default: + *dlen =3D d - start; + *slen =3D s - src; *d =3D 0; return APREQ_ERROR_BADSEQ; }