This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: New ARI warning Fri Aug 14 01:54:27 UTC 2015
- From: Iain Buclaw <ibuclaw at gdcproject dot org>
- To: GDB Patches <gdb-patches at sourceware dot org>
- Date: Fri, 14 Aug 2015 10:38:37 +0200
- Subject: Re: New ARI warning Fri Aug 14 01:54:27 UTC 2015
- Authentication-results: sourceware.org; auth=none
- References: <20150814015427 dot GA11121 at sourceware dot org>
On 14 August 2015 at 03:54, GDB Administrator <gdbadmin@sourceware.org> wrote:
> 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?
Regards
Iain