From 39be55309b04fbf93010c338750d95bb900a9f11 Mon Sep 17 00:00:00 2001 From: Wu Zhou Date: Fri, 17 Jun 2005 03:53:15 +0000 Subject: [PATCH] * 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. --- gdb/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 1f52f9f1f5..9e6e6232a9 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,11 @@ +2005-06-17 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. + 2005-06-16 David Ung * MAINTAINERS (Write After Approval): Add self.