This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
New ARI warning Fri May 13 01:55:15 UTC 2011
- From: GDB Administrator <gdbadmin at sourceware dot org>
- To: gdb-patches at sourceware dot org
- Date: Fri, 13 May 2011 01:55:15 +0000
- Subject: New ARI warning Fri May 13 01:55:15 UTC 2011
206d205
< gdb/dwarf2read.c:7693: code: OP eol: Do not use &&, or || at the end of a line
gdb/dwarf2read.c:7693: if (sym != NULL &&
785a785,786
> gdb/remote.c:9952: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/remote.c:9952: sprintf (rs->buf, ', location->owner->number, addr_buf);
> gdb/remote.c:9968: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/remote.c:9968: sprintf (rs->buf, ', location->owner->number, addr_buf);