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
After forking the child process, the file descriptors for the master and
slave aren't closed since we created these descriptors ourselves (Rust
sets CLOEXEC on any fds created in the stdlib).
Signed-off-by: Kieran Siek <[email protected]>
0 commit comments