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 Tue May 31 01:55:32 UTC 2011


> > 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


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