From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12725 invoked by alias); 16 May 2005 01:24:37 -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 12586 invoked from network); 16 May 2005 01:24:23 -0000 Received: from unknown (HELO nevyn.them.org) (66.93.172.17) by sourceware.org with SMTP; 16 May 2005 01:24:23 -0000 Received: from drow by nevyn.them.org with local (Exim 4.50) id 1DXULG-0006vr-N8; Sun, 15 May 2005 21:24:22 -0400 Date: Mon, 16 May 2005 10:21:00 -0000 From: Daniel Jacobowitz To: Steven Johnson Cc: gdb-patches@sources.redhat.com Subject: Re: Uninitialised Variable in symfile.c Message-ID: <20050516012422.GA16544@nevyn.them.org> Mail-Followup-To: Steven Johnson , gdb-patches@sources.redhat.com References: <42890F82.8010005@neurizon.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <42890F82.8010005@neurizon.net> User-Agent: Mutt/1.5.8i X-SW-Source: 2005-05/txt/msg00397.txt.bz2 On Mon, May 16, 2005 at 10:24:18AM -1100, Steven Johnson wrote: > There is a codepath is "load_section_callback" where the variable "err" > will not end up being assigned a value, and hence will default to > whatever happened to be on the stack at its location. And in my case, > it was defaulting to a vlaue which signaled an error, when none had occured. This is already fixed in CVS, several months ago. -- Daniel Jacobowitz CodeSourcery, LLC