From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3906 invoked by alias); 16 Nov 2012 20:56:41 -0000 Received: (qmail 3896 invoked by uid 22791); 16 Nov 2012 20:56:40 -0000 X-SWARE-Spam-Status: No, hits=-7.0 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_DNSWL_HI,RCVD_IN_HOSTKARMA_W,RP_MATCHES_RCVD,SPF_HELO_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 16 Nov 2012 20:56:34 +0000 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id qAGKuXPl023941 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 16 Nov 2012 15:56:33 -0500 Received: from valrhona.uglyboxes.com (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id qAGKuVUW005211 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO) for ; Fri, 16 Nov 2012 15:56:33 -0500 Message-ID: <50A6A87F.6090200@redhat.com> Date: Fri, 16 Nov 2012 20:56:00 -0000 From: Keith Seitz User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:13.0) Gecko/20120605 Thunderbird/13.0 MIME-Version: 1.0 To: "gdb-patches@sourceware.org ml" Subject: Re: [RFA] c++/13615 References: <505119AE.6040401@redhat.com> <87sja4wlqt.fsf@fleche.redhat.com> <506F38C2.4050107@redhat.com> <874nkzhi6p.fsf@fleche.redhat.com> <87zk2rg3if.fsf@fleche.redhat.com> <50A41182.2020500@redhat.com> <87zk2iv86d.fsf@fleche.redhat.com> <50A68A27.4090600@redhat.com> <87zk2htlcb.fsf@fleche.redhat.com> In-Reply-To: <87zk2htlcb.fsf@fleche.redhat.com> 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-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2012-11/txt/msg00476.txt.bz2 On 11/16/2012 11:10 AM, Tom Tromey wrote: >>>>>> "Keith" == Keith Seitz writes: > > Keith> + concatenated_name = xrealloc (concatenated_name,len); > > Missing space after the comma. I think I was overdue for making a trivial coding style bug. I should be good for another year or two now. :-) > The patch is ok with this change. Thanks again. Thank your for your review, I've committed this bug and closed the bug. Keith