This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: New ARI warning Tue May 31 01:55:32 UTC 2011
- From: Joel Brobecker <brobecker at adacore dot com>
- To: GDB Administrator <gdbadmin at sourceware dot org>
- Cc: gdb-patches at sourceware dot org
- Date: Mon, 30 May 2011 22:37:07 -0700
- Subject: Re: New ARI warning Tue May 31 01:55:32 UTC 2011
- References: <20110531015532.GA10047@sourceware.org>
> > gdb/valops.c:3494: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
> gdb/valops.c:3494: sprintf (concatenated_name, ', namespace_name, name);
That'd be a change I made in the gdb_ari.sh script that changes
a bit the description of the 'sprintf' rule. Since this is generating
a large diff, I used the following grep sequence to verify that we
do not have any new entry that isn't a 'sprintf' entry:
% grep '^>' diff | grep -v '^>.* sprintf:'
(where diff is the contents of both ARI emails). There was no output
returned, so we can conclude that no real regression occured today.
--
Joel