From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4771 invoked by alias); 29 Jun 2004 04:05:23 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 4749 invoked from network); 29 Jun 2004 04:05:21 -0000 Received: from unknown (HELO aragorn.inter.net.il) (192.114.186.23) by sourceware.org with SMTP; 29 Jun 2004 04:05:21 -0000 Received: from zaretski (pns03-209-77.inter.net.il [80.230.209.77]) by aragorn.inter.net.il (MOS 3.4.6-GR) with ESMTP id DLS83203; Tue, 29 Jun 2004 07:04:52 +0300 (IDT) Date: Tue, 29 Jun 2004 04:05:00 -0000 From: "Eli Zaretskii" To: Bob Rossi Message-Id: <7105-Tue29Jun2004070033+0300-eliz@gnu.org> CC: schwab@suse.de, ezannoni@redhat.com, gdb-patches@sources.redhat.com In-reply-to: <20040628204031.GE2665@white> (message from Bob Rossi on Mon, 28 Jun 2004 16:40:31 -0400) Subject: Re: -file-list-exec-source-files Reply-to: Eli Zaretskii References: <20040306155700.GA9439@white> <20040311132508.GA2504@white> <20040329205545.GA26696@white> <20040405214043.GA2052@white> <20040412150620.GA9464@white> <20040420141001.GB4465@white> <16519.59247.93650.941260@localhost.redhat.com> <20040426130529.GA11975@white> <20040628204031.GE2665@white> X-SW-Source: 2004-06/txt/msg00660.txt.bz2 > Date: Mon, 28 Jun 2004 16:40:31 -0400 > From: Bob Rossi > > The patch below checks symtab_to_fullname's return value against NULL. > Even though this is the "trivial" fix, I believe it is the correct > patch. When I added these calls recently, I blindly changed the old call > to symtab_to_fullname, and the old call did not return NULL. > > Permission to apply? This patch is okay with me.