mirror of
https://git.savannah.gnu.org/git/make.git
synced 2025-01-30 19:24:07 +00:00
48391c2817
* w32/subproc/sub_proc.c (process_begin): Freeing argv[0] makes the other argv[i] pointers invalid, so need to allocate a new array and copy argv[i] for i != 0 first, replacing argv[0] with the batch file name, before we can free argv[0]. |
||
---|---|---|
.. | ||
build.bat | ||
misc.c | ||
NMakefile | ||
proc.h | ||
sub_proc.c | ||
w32err.c |