This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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++);


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]