From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23695 invoked by alias); 26 Jul 2007 18:18:29 -0000 Received: (qmail 23687 invoked by uid 22791); 26 Jul 2007 18:18:29 -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:18:27 +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 l6QIIOEu012052 for ; Thu, 26 Jul 2007 11:18:24 -0700 Received: from 12.7.175.2 (SquirrelMail authenticated user msnyder) by webmail.sonic.net with HTTP; Thu, 26 Jul 2007 11:18:24 -0700 (PDT) Message-ID: <4894.12.7.175.2.1185473904.squirrel@webmail.sonic.net> In-Reply-To: <20070726062747.GC11649@bubble.grove.modra.org> References: <6879.12.7.175.2.1185399177.squirrel@webmail.sonic.net> <20070726062747.GC11649@bubble.grove.modra.org> Date: Thu, 26 Jul 2007 18:21:00 -0000 Subject: Re: [patch] check return from bfd_make_section 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/msg00460.txt.bz2 > On Wed, Jul 25, 2007 at 02:32:57PM -0700, msnyder@sonic.net wrote: >> * tekhex.c (first_phase): Check return value for null. > > OK. Thanks, committed.