From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31999 invoked by alias); 13 Aug 2010 11:37:09 -0000 Received: (qmail 31987 invoked by uid 22791); 13 Aug 2010 11:37:08 -0000 X-SWARE-Spam-Status: No, hits=-5.7 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 13 Aug 2010 11:37:04 +0000 Received: from int-mx04.intmail.prod.int.phx2.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.17]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o7DBb3gU012348 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 13 Aug 2010 07:37:03 -0400 Received: from [10.36.7.214] (vpn1-7-214.ams2.redhat.com [10.36.7.214]) by int-mx04.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o7DBb1QA008038; Fri, 13 Aug 2010 07:37:02 -0400 Message-ID: <4C652E5D.7090504@redhat.com> Date: Fri, 13 Aug 2010 11:59:00 -0000 From: Nick Clifton User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.11) Gecko/20100720 Fedora/3.0.6-1.fc12 Thunderbird/3.0.6 MIME-Version: 1.0 To: DJ Delorie CC: gcc-patches@gcc.gnu.org Subject: Re: Libiberty: Infinite recursive loop in @FILE option References: <201008121713.o7CHDO9S012297@greed.delorie.com> In-Reply-To: <201008121713.o7CHDO9S012297@greed.delorie.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2010-08/txt/msg00994.txt.bz2 Hi DJ, > I think a simple iteration count is a fine stop-gap, and 2000 is > certainly a big enough limit :-) > > OK to commit it, please do both gcc and binutils. Done. Cheers Nick