From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 73039 invoked by alias); 9 Aug 2019 19:52:04 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 73029 invoked by uid 89); 9 Aug 2019 19:52:04 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-7.7 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.1 spammy= X-HELO: mx0a-001b2d01.pphosted.com Received: from mx0a-001b2d01.pphosted.com (HELO mx0a-001b2d01.pphosted.com) (148.163.156.1) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 09 Aug 2019 19:52:03 +0000 Received: from pps.filterd (m0098393.ppops.net [127.0.0.1]) by mx0a-001b2d01.pphosted.com (8.16.0.27/8.16.0.27) with SMTP id x79Jl5sD073027 for ; Fri, 9 Aug 2019 15:52:01 -0400 Received: from pps.reinject (localhost [127.0.0.1]) by mx0a-001b2d01.pphosted.com with ESMTP id 2u9efshumx-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Fri, 09 Aug 2019 15:52:01 -0400 Received: from m0098393.ppops.net (m0098393.ppops.net [127.0.0.1]) by pps.reinject (8.16.0.27/8.16.0.27) with SMTP id x79Jn7YR078266 for ; Fri, 9 Aug 2019 15:52:01 -0400 Received: from ppma05wdc.us.ibm.com (1b.90.2fa9.ip4.static.sl-reverse.com [169.47.144.27]) by mx0a-001b2d01.pphosted.com with ESMTP id 2u9efshume-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Fri, 09 Aug 2019 15:52:01 -0400 Received: from pps.filterd (ppma05wdc.us.ibm.com [127.0.0.1]) by ppma05wdc.us.ibm.com (8.16.0.27/8.16.0.27) with SMTP id x79Jp4fs000891; Fri, 9 Aug 2019 19:52:00 GMT Received: from b01cxnp23033.gho.pok.ibm.com (b01cxnp23033.gho.pok.ibm.com [9.57.198.28]) by ppma05wdc.us.ibm.com with ESMTP id 2u51w6e3rv-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Fri, 09 Aug 2019 19:52:00 +0000 Received: from b01ledav004.gho.pok.ibm.com (b01ledav004.gho.pok.ibm.com [9.57.199.109]) by b01cxnp23033.gho.pok.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id x79Jpw0w53281154 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Fri, 9 Aug 2019 19:51:58 GMT Received: from b01ledav004.gho.pok.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id 05766112066; Fri, 9 Aug 2019 19:51:58 +0000 (GMT) Received: from b01ledav004.gho.pok.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id CBDE5112063; Fri, 9 Aug 2019 19:51:57 +0000 (GMT) Received: from pedro.localdomain (unknown [9.80.195.227]) by b01ledav004.gho.pok.ibm.com (Postfix) with ESMTP; Fri, 9 Aug 2019 19:51:57 +0000 (GMT) Received: by pedro.localdomain (Postfix, from userid 1000) id 808903C03F3; Fri, 9 Aug 2019 16:51:54 -0300 (-03) From: Pedro Franco de Carvalho To: Kevin Buettner , gdb-patches@sourceware.org Subject: Re: [PATCH] Fix access to uninitialized variable in fill_in_stop_func In-Reply-To: <20190809121739.29f6e33e@f29-4.lan> References: <20190808104200.6a387ac8@f29-4.lan> <20190809191313.25200-1-pedromfc@linux.ibm.com> <20190809121739.29f6e33e@f29-4.lan> Date: Fri, 09 Aug 2019 19:52:00 -0000 Message-ID: <87o90y6rs6.fsf@linux.ibm.com> MIME-Version: 1.0 Content-Type: text/plain X-SW-Source: 2019-08/txt/msg00238.txt.bz2 Kevin Buettner writes: > Okay. Thanks! Pushed. -- Pedro Franco de Carvalho