From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4983 invoked by alias); 26 Jul 2007 18:45:34 -0000 Received: (qmail 4973 invoked by uid 22791); 26 Jul 2007 18:45:33 -0000 X-Spam-Check-By: sourceware.org Received: from b.mail.sonic.net (HELO b.mail.sonic.net) (64.142.19.5) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 26 Jul 2007 18:45:32 +0000 Received: from webmail.sonic.net (b.webmail.sonic.net [64.142.100.148]) by b.mail.sonic.net (8.13.8.Beta0-Sonic/8.13.7) with ESMTP id l6QIjUhM027285 for ; Thu, 26 Jul 2007 11:45:30 -0700 Received: from 12.7.175.2 (SquirrelMail authenticated user msnyder) by webmail.sonic.net with HTTP; Thu, 26 Jul 2007 11:45:30 -0700 (PDT) Message-ID: <22893.12.7.175.2.1185475530.squirrel@webmail.sonic.net> In-Reply-To: <20070726125429.GI11649@bubble.grove.modra.org> References: <13765.12.7.175.2.1185408386.squirrel@webmail.sonic.net> <20070726125429.GI11649@bubble.grove.modra.org> Date: Thu, 26 Jul 2007 18:52:00 -0000 Subject: Re: [PATCH] srec_scan, check for EOF From: msnyder@sonic.net To: binutils@sourceware.org User-Agent: SquirrelMail/1.4.9a MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org X-SW-Source: 2007-07/txt/msg00464.txt.bz2 > On Wed, Jul 25, 2007 at 05:06:26PM -0700, msnyder@sonic.net wrote: >> * srec.c (srec_scan): Check for EOF (critical because return value >> will be used as array index). > > OK. Committed, thanks.