This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH] Replace sprintf with xsnprintf
- From: Yao Qi <yao at codesourcery dot com>
- To: Pedro Alves <palves at redhat dot com>
- Cc: <gdb-patches at sourceware dot org>
- Date: Wed, 18 Dec 2013 11:54:57 +0800
- Subject: Re: [PATCH] Replace sprintf with xsnprintf
- Authentication-results: sourceware.org; auth=none
- References: <1387284991-28208-1-git-send-email-yao at codesourcery dot com> <52B06AB1 dot 2070709 at redhat dot com>
On 12/17/2013 11:16 PM, Pedro Alves wrote:
> On 12/17/2013 12:56 PM, Yao Qi wrote:
>
>> 2013-12-17 Yao Qi <yao@codesourcery.com>
>>
>> * linux-nat.c (linux_proc_xfer_partial): Call xsnprintf instead
>> of sprintf.
>> (linux_nat_detach, linux_child_pid_to_exec_file): Likewise.
>> (linux_proc_pending_signals): Likewise.
>
> OK.
>
Patch is pushed.
--
Yao (éå)