spawn:w32: Fix use-after-scope of handle array.
* src/spawn-w32.c (_gpgrt_process_spawn): Move the hd[32] array declaration from inside the inner block to the function scope, so that the array remains live when CreateProcessW is called.
spawn:w32: Fix use-after-scope of handle array. Tags None Subscribers None
Description
Details
|