From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23655 invoked by alias); 6 Jul 2006 14:07:05 -0000 Received: (qmail 23483 invoked by uid 22791); 6 Jul 2006 14:07:05 -0000 X-Spam-Check-By: sourceware.org Received: from fra-del-03.spheriq.net (HELO fra-del-03.spheriq.net) (195.46.51.99) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 06 Jul 2006 14:07:00 +0000 Received: from fra-out-02.spheriq.net (fra-out-02.spheriq.net [195.46.51.130]) by fra-del-03.spheriq.net with ESMTP id k66E6tDw022180 for ; Thu, 6 Jul 2006 14:06:55 GMT Received: from fra-cus-02.spheriq.net (fra-cus-02.spheriq.net [195.46.51.38]) by fra-out-02.spheriq.net with ESMTP id k66E6oQt021033 for ; Thu, 6 Jul 2006 14:06:51 GMT Received: from beta.dmz-eu.st.com (beta.dmz-eu.st.com [164.129.1.35]) by fra-cus-02.spheriq.net with ESMTP id k66E6kaS026445 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK) for ; Thu, 6 Jul 2006 14:06:48 GMT Received: from zeta.dmz-eu.st.com (ns2.st.com [164.129.230.9]) by beta.dmz-eu.st.com (STMicroelectronics) with ESMTP id 23BC4DA8F for ; Thu, 6 Jul 2006 14:05:27 +0000 (GMT) Received: from mail1.bri.st.com (mail1.bri.st.com [164.129.8.218]) by zeta.dmz-eu.st.com (STMicroelectronics) with ESMTP id 692244735C for ; Thu, 6 Jul 2006 14:05:25 +0000 (GMT) Received: from [164.129.15.13] (bri1043.bri.st.com [164.129.15.13]) by mail1.bri.st.com (MOS 3.5.8-GR) with ESMTP id CHU36769 (AUTH stubbsa); Thu, 6 Jul 2006 15:05:22 +0100 (BST) Message-ID: <44AD18A1.4010301@st.com> Date: Thu, 06 Jul 2006 14:07:00 -0000 From: Andrew STUBBS User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: GDB Patches Subject: Re: [PATCH] Initialise data to appease valgrind References: <449BD7F5.5090604@st.com> <20060706133409.GE18827@nevyn.them.org> In-Reply-To: <20060706133409.GE18827@nevyn.them.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes 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-07/txt/msg00034.txt.bz2 Daniel Jacobowitz wrote: > On Fri, Jun 23, 2006 at 01:00:53PM +0100, Andrew STUBBS wrote: >> 2006-06-23 Andrew Stubbs >> >> * parse.c (write_exp_elt_opcode, write_exp_elt_sym, write_exp_elt_block >> write_exp_elt_longcst, write_exp_elt_dblcst, write_exp_elt_type, >> write_exp_elt_intern): Zero initialize tmp. > > :REVIEWMAIL: > > OK, thanks. Thanks, committed. Andrew