mirror of https://git.musl-libc.org/git/musl
Browse Source
we cannot report failure after forking, so the idea is to ensure prior to fork that fd 0,1,2 exist. this will prevent dup2 from possibly hitting a resource limit and failing in the child process. fcntl rather than dup2 is used prior to forking to avoid race conditions.rs-1.0
1 changed files with 15 additions and 2 deletions
Loading…
Reference in new issue