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]

Re: New ARI warning Fri Aug 14 01:54:27 UTC 2015


> > 112d111
> > < gdb/d-exp.y:535: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
> > gdb/d-exp.y:535:                      sprintf (buf, ',
> > 114a114
> >> gdb/d-exp.y:530: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
> > gdb/d-exp.y:530:                              sprintf (name, ',
> 
> I'm assuming that these ARI warnings don't need immediate attention,
> but would be preferably fixed?

Looks like it's just a move, and so the situation is no worse than
before. However, yes, let's try to clean as many up as we can, please.
This one should be fairly easy to get rid of.

-- 
Joel


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