This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [RFA] use xsnprintf instead of snprintf.
- From: Joel Brobecker <brobecker at adacore dot com>
- To: gdb-patches at sourceware dot org
- Date: Tue, 31 Aug 2010 18:56:38 -0700
- Subject: Re: [RFA] use xsnprintf instead of snprintf.
- References: <1283281614-30320-1-git-send-email-brobecker@adacore.com>
> gdb/gdbserver/ChangeLog:
>
> * utils.c (xsnprintf): Make non-static.
> * server.h: Add xsnprintf declaration.
> * linux-low.c, nto-low.c, target.c, thread-db.c, tracepoint.c:
> replace calls to snprintf by calls to xsnprintf throughout.
Checked in :).
--
Joel