mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-05 21:50:21 +08:00
Fix potentially uninitialised variables in the Windows tools
This commit is contained in:
@ -350,7 +350,7 @@ run (const char *what, char *args)
|
||||
int pid, wait_status, retcode;
|
||||
int i;
|
||||
const char **argv;
|
||||
char *errmsg_fmt, *errmsg_arg;
|
||||
char *errmsg_fmt = NULL, *errmsg_arg = NULL;
|
||||
char *temp_base = choose_temp_base ();
|
||||
int in_quote;
|
||||
char sep;
|
||||
|
Reference in New Issue
Block a user