lib/roken/simple_exec_w32.c: forgot to assign tmp var back to original
after calling realloc(3).
This commit is contained in:
@@ -184,6 +184,7 @@ collect_commandline(const char * fn, va_list * ap)
|
||||
free(cmd);
|
||||
return NULL;
|
||||
}
|
||||
cmd = nc;
|
||||
}
|
||||
|
||||
if (cmd == NULL)
|
||||
|
Reference in New Issue
Block a user