This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
New ARI warning Wed Oct 9 01:51:33 UTC 2013 in -D 2013.10.09.00.00.15
- From: GDB Administrator <gdbadmin at sourceware dot org>
- To: gdb-patches at sourceware dot org
- Date: Wed, 9 Oct 2013 01:51:33 +0000
- Subject: New ARI warning Wed Oct 9 01:51:33 UTC 2013 in -D 2013.10.09.00.00.15
43a44,46
> gdb/build-id.c:102: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/build-id.c:102: s += sprintf (s, ');
> gdb/build-id.c:106: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/build-id.c:106: s += sprintf (s, ', (unsigned) *data++);
> gdb/build-id.c:111: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/build-id.c:111: s += sprintf (s, ', (unsigned) *data++);
202,204d204
< gdb/elfread.c:1160: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/elfread.c:1160: s += sprintf (s, ');
< gdb/elfread.c:1164: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/elfread.c:1164: s += sprintf (s, ', (unsigned) *data++);
< gdb/elfread.c:1169: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/elfread.c:1169: s += sprintf (s, ', (unsigned) *data++);