mirror of
https://github.com/mirror/make.git
synced 2026-09-01 12:18:12 +08:00
* 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].