OSDN Git Service

* corelow.c (get_core_register_section): Replace usage of sprintf
authorkettenis <kettenis>
Thu, 17 Mar 2005 22:07:33 +0000 (22:07 +0000)
committerkettenis <kettenis>
Thu, 17 Mar 2005 22:07:33 +0000 (22:07 +0000)
and strcpy with xstrprintf and xstrdup.

gdb/ChangeLog

index 91ee65e..3c62956 100644 (file)
@@ -1,5 +1,8 @@
 2005-03-17  Mark Kettenis  <kettenis@gnu.org>
 
+       * corelow.c (get_core_register_section): Replace usage of sprintf
+       and strcpy with xstrprintf and xstrdup.
+
        * mips-tdep.c (mips_single_step_through_delay): Put back check for
        breakpoint lost with the introduction of this function.