This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
New ARI warning Thu Jun 30 01:54:02 UTC 2011
- From: GDB Administrator <gdbadmin at sourceware dot org>
- To: gdb-patches at sourceware dot org
- Date: Thu, 30 Jun 2011 01:54:02 +0000
- Subject: New ARI warning Thu Jun 30 01:54:02 UTC 2011
77,79d76
< gdb/c-lang.c:238: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/c-lang.c:238: sprintf (octal, ', (int) (value & 0777));
< gdb/c-lang.c:240: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/c-lang.c:240: sprintf (octal, ', (long) value);
< gdb/c-lang.c:248: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/c-lang.c:248: sprintf (octal, ', orig[i] & 0xff);
1055a1053,1055
> gdb/valprint.c:1567: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/valprint.c:1567: sprintf (octal, ', (int) (value & 0777));
> gdb/valprint.c:1569: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/valprint.c:1569: sprintf (octal, ', (long) value);
> gdb/valprint.c:1577: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/valprint.c:1577: sprintf (octal, ', orig[i] & 0xff);