From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24776 invoked by alias); 16 Jul 2013 21:16:28 -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 24747 invoked by uid 89); 16 Jul 2013 21:16:28 -0000 X-Spam-SWARE-Status: No, score=-3.8 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_DNSWL_MED,RCVD_IN_HOSTKARMA_W,RDNS_NONE autolearn=ham version=3.3.1 Received: from Unknown (HELO mms2.broadcom.com) (216.31.210.18) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Tue, 16 Jul 2013 21:16:26 +0000 Received: from [10.9.208.57] by mms2.broadcom.com with ESMTP (Broadcom SMTP Relay (Email Firewall v6.5)); Tue, 16 Jul 2013 14:10:11 -0700 X-Server-Uuid: 4500596E-606A-40F9-852D-14843D8201B2 Received: from IRVEXCHSMTP3.corp.ad.broadcom.com (10.9.207.53) by IRVEXCHCAS08.corp.ad.broadcom.com (10.9.208.57) with Microsoft SMTP Server (TLS) id 14.1.438.0; Tue, 16 Jul 2013 14:16:09 -0700 Received: from mail-irva-13.broadcom.com (10.10.10.20) by IRVEXCHSMTP3.corp.ad.broadcom.com (10.9.207.53) with Microsoft SMTP Server id 14.1.438.0; Tue, 16 Jul 2013 14:16:09 -0700 Received: from [10.177.252.248] (unknown [10.177.252.248]) by mail-irva-13.broadcom.com (Postfix) with ESMTP id 263BAF2D77; Tue, 16 Jul 2013 14:16:07 -0700 (PDT) Message-ID: <51E5B817.5010400@broadcom.com> Date: Tue, 16 Jul 2013 21:16:00 -0000 From: "Andrew Burgess" User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:17.0) Gecko/20130620 Thunderbird/17.0.7 MIME-Version: 1.0 To: gdb-patches@sourceware.org cc: "Tom Tromey" , "Andreas Schwab" , Paul_Koning@Dell.com Subject: Re: [PATCH] Don't call strchr with the NULL character. References: <51DEDA0E.8020809@broadcom.com> <51DFC9C6.2060806@broadcom.com> <871u6yl84c.fsf@fleche.redhat.com> In-Reply-To: <871u6yl84c.fsf@fleche.redhat.com> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit X-SW-Source: 2013-07/txt/msg00376.txt.bz2 On 16/07/2013 6:36 PM, Tom Tromey wrote: >>>>>> "Andrew" == Andrew Burgess writes: > > Andrew> That said, my patch (I believe) fixes gdb given the /current/ > Andrew> behaviour, which I thought was undefined, but is in fact well > Andrew> defined. Either way I believe this patch is required. > > I agree. The patch is ok. Committed. Thanks, Andrew