You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[std] Prevent process stdin being closed twice (#300)
When running `process_stdin_close`, the handle is made available again
and may be reused in another part of the program. This means that it is
not safe to rerun CloseHandle in free_process, since that could cause us
to close a handle that no longer belongs to the process.
0 commit comments