From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13497 invoked by alias); 1 Sep 2006 19:02:05 -0000 Received: (qmail 13483 invoked by uid 22791); 1 Sep 2006 19:02:04 -0000 X-Spam-Check-By: sourceware.org Received: from nile.gnat.com (HELO nile.gnat.com) (205.232.38.5) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 01 Sep 2006 19:02:00 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-nile.gnat.com (Postfix) with ESMTP id E72B748D0DA; Fri, 1 Sep 2006 15:01:56 -0400 (EDT) Received: from nile.gnat.com ([127.0.0.1]) by localhost (nile.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 25723-01-3; Fri, 1 Sep 2006 15:01:56 -0400 (EDT) Received: from takamaka.act-europe.fr (unknown [70.71.0.212]) by nile.gnat.com (Postfix) with ESMTP id 7B85B48CDD3; Fri, 1 Sep 2006 15:01:56 -0400 (EDT) Received: by takamaka.act-europe.fr (Postfix, from userid 507) id 7959547EFA; Fri, 1 Sep 2006 21:01:55 +0200 (CEST) Date: Fri, 01 Sep 2006 19:02:00 -0000 From: Joel Brobecker To: Mark Kettenis Cc: gdb-patches@sourceware.org Subject: Re: [commit] Fix flags type initialization bug Message-ID: <20060901190155.GB1811@adacore.com> References: <200608221945.k7MJjJCr013229@elgar.sibelius.xs4all.nl> <20060822204119.GC1060@adacore.com> <200608222104.k7ML4D0w031633@elgar.sibelius.xs4all.nl> <20060823051122.GD1060@adacore.com> <200608231839.k7NIdsWp001396@elgar.sibelius.xs4all.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200608231839.k7NIdsWp001396@elgar.sibelius.xs4all.nl> User-Agent: Mutt/1.4i Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-09/txt/msg00005.txt.bz2 Hi Mark, > > If there is a risk, then let's apply the patch. Let me know if you'd > > like me to do it. I have a check out of the branch already available, > > so I can do it pretty efficiently. > > That'd be great; I don't have such a tree and I'm a bit short of > diskspace right now. Sorry for the delay, I was away traveling for a week. I just applied your patch to the branch: from Mark Kettenis * gdbtypes.c (init_flags_type): Set all fields to zero instead of just the first one. Cheers, -- Joel