mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-01 20:12:01 +08:00
import gdb-1999-12-06 snapshot
This commit is contained in:
@ -692,7 +692,7 @@ go32_create_inferior (char *exec_file, char *args, char **env)
|
||||
error ("Syntax error in command line.");
|
||||
}
|
||||
else
|
||||
child_cmd.command = strdup (args);
|
||||
child_cmd.command = xstrdup (args);
|
||||
|
||||
cmdline = (char *) alloca (strlen (args) + 4);
|
||||
cmdline[0] = strlen (args);
|
||||
|
Reference in New Issue
Block a user