Don't rely on implicit nulling of this stack array.
This commit is contained in:
parent
551ad28fca
commit
e19078e2b5
|
@ -508,6 +508,7 @@ static bool load_program(
|
|||
if (*(cg->cg_alias_define[i]))
|
||||
argv[argc++] = cg->cg_alias_define[i];
|
||||
}
|
||||
argv[argc] = NULL;
|
||||
|
||||
if (path_is_file)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue