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 Tue Jul 3 01:57:56 UTC 2012


786a787,788
> gdb/remote.c:7907: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/remote.c:7907:  sprintf (buf, ', bp_tgt->persist);
> gdb/remote.c:7916: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/remote.c:7916:      sprintf (buf, ', aexpr->len);


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