From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8203 invoked by alias); 8 Apr 2003 01:23:46 -0000 Mailing-List: contact libc-hacker-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-hacker-owner@sources.redhat.com Received: (qmail 8187 invoked from network); 8 Apr 2003 01:23:46 -0000 Received: from unknown (HELO gateway.sf.frob.com) (64.169.160.245) by sources.redhat.com with SMTP; 8 Apr 2003 01:23:46 -0000 Received: from magilla.sf.frob.com (magilla.sf.frob.com [198.49.250.228]) by gateway.sf.frob.com (Postfix) with ESMTP id B6384354C; Mon, 7 Apr 2003 18:23:44 -0700 (PDT) Received: (from roland@localhost) by magilla.sf.frob.com (8.11.6/8.11.6) id h381NiC27342; Mon, 7 Apr 2003 18:23:44 -0700 Date: Tue, 08 Apr 2003 01:23:00 -0000 Message-Id: <200304080123.h381NiC27342@magilla.sf.frob.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit From: Roland McGrath To: Jakub Jelinek Cc: Ulrich Drepper , Glibc hackers Subject: Re: [PATCH] Fix bug-regex4 In-Reply-To: Jakub Jelinek's message of Monday, 7 April 2003 23:13:08 +0200 <20030407211308.GX16629@sunsite.ms.mff.cuni.cz> X-Antipastobozoticataclysm: When George Bush projectile vomits antipasto on the Japanese. X-SW-Source: 2003-04/txt/msg00027.txt.bz2 > 2003-04-07 Jakub Jelinek > > * posix/bug-regex4.c (main): Cap range and stop arguments to > sum of size1 and size2 arguments. Thanks, I put this in. Roland