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]

New ARI warning Sun Oct 1 01:56:38 UTC 2017


88a89
> gdb/common/common-utils.c:193: regression: vsprintf: Do not use vsprintf(), instead use xstrvprintf
gdb/common/common-utils.c:193:  vsprintf (&str[0], fmt, args);
321d321
< gdb/mi/mi-main.c:1620: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/mi/mi-main.c:1620:	  sprintf (p, ', read_result->data[i]);


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