This is the mail archive of the
gdb-patches@sources.redhat.com
mailing list for the GDB project.
Re: [RFC/Patch] replace sprintf calls in remote.c with xsnprintf
- From: Wu Zhou <woodzltc at cn dot ibm dot com>
- To: Daniel Jacobowitz <drow at false dot org>
- Cc: gdb-patches at sources dot redhat dot com, eliz at gnu dot org
- Date: Fri, 17 Jun 2005 12:12:42 +0800 (CST)
- Subject: Re: [RFC/Patch] replace sprintf calls in remote.c with xsnprintf
- References: <Pine.LNX.4.63.0505260626580.22654@plinuxt18.cn.ibm.com><20050528183924.GE26806@nevyn.them.org> <Pine.LNX.4.63.0505290648210.27903@plinuxt18.cn.ibm.com><20050617015950.GD17013@nevyn.them.org>
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 <woodzltc@cn.ibm.com>
> >
> > * 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