From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28461 invoked by alias); 17 Jun 2005 04:38:51 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 28319 invoked by uid 22791); 17 Jun 2005 04:38:45 -0000 Received: from ausmtp02.au.ibm.com (HELO ausmtp02.au.ibm.com) (202.81.18.187) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Fri, 17 Jun 2005 04:38:45 +0000 Received: from sd0208e0.au.ibm.com (d23rh904.au.ibm.com [202.81.18.202]) by ausmtp02.au.ibm.com (8.12.10/8.12.10) with ESMTP id j5H4Y7vs146144 for ; Fri, 17 Jun 2005 14:34:09 +1000 Received: from d23av02.au.ibm.com (d23av02.au.ibm.com [9.190.250.243]) by sd0208e0.au.ibm.com (8.12.10/NCO/VER6.6) with ESMTP id j5H4fLmJ094460 for ; Fri, 17 Jun 2005 14:41:22 +1000 Received: from d23av02.au.ibm.com (loopback [127.0.0.1]) by d23av02.au.ibm.com (8.12.11/8.13.3) with ESMTP id j5H4cRx6025346 for ; Fri, 17 Jun 2005 14:38:27 +1000 Received: from wks190384wss.cn.ibm.com (wks190384wss.cn.ibm.com [9.181.134.93]) by d23av02.au.ibm.com (8.12.11/8.12.11) with ESMTP id j5H4cO6Q025270; Fri, 17 Jun 2005 14:38:25 +1000 Date: Fri, 17 Jun 2005 04:38:00 -0000 From: Wu Zhou X-X-Sender: woodzltc@localhost.localdomain To: Daniel Jacobowitz cc: gdb-patches@sources.redhat.com, eliz@gnu.org Subject: Re: [RFC/Patch] replace sprintf calls in remote.c with xsnprintf In-Reply-To: <20050617015950.GD17013@nevyn.them.org> Message-ID: References: <20050528183924.GE26806@nevyn.them.org> <20050617015950.GD17013@nevyn.them.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2005-06/txt/msg00243.txt.bz2 On Thu, 16 Jun 2005, Daniel Jacobowitz wrote: > Sorry - not sure how this slipped through the cracks. No problem. > > On Sun, May 29, 2005 at 07:07:45AM -0700, Wu Zhou wrote: > > Below is the revised patch. Please review and comment. TIA. > > > > <2005-05-29> Wu Zhou > > > > * remote.c (set_thread, remote_thread_alive): Replace sprintf > > call with xsnprintf. > > (remote_threads_extra_info, extended_remote_restart) > > (remote_check_symbols, store_register_using_P) > > (compare_sections_command): Ditto. > > This is OK. Commited. Thanks. Cheers - Wu Zhou