* utils.c (safe_strerror): Use xsnprintf instead of sprintf.
authorMark Kettenis <kettenis@gnu.org>
Fri, 18 Mar 2005 20:46:38 +0000 (20:46 +0000)
committerMark Kettenis <kettenis@gnu.org>
Fri, 18 Mar 2005 20:46:38 +0000 (20:46 +0000)
commit8cf46f625a7407f692fbea17719666fd8713917c
tree7713cfa84a2a572164195861179274533ca2c89c
parentf79d2c3cf8a156f3a02552f59805fc7dcf8003fc
* utils.c (safe_strerror): Use xsnprintf instead of sprintf.
(decimal2str, octal2str): Change to return a string allocated by
get_cell.  Use xsnprint instead of snprintf.
(paddr_u, paddr_d): Adjust for changed calling convention of
decimal2str.
(phex, phex_nz, hex_string): Use xsnprintf instead of snprintf.
(int_string): Likewise.  Adjust for changed calling convention of
decimal2str and octal2str.
gdb/ChangeLog
gdb/utils.c
This page took 0.025874 seconds and 4 git commands to generate.