Skip to content

Fix for fork/exec on Linux

Compare
Choose a tag to compare
@nathany nathany released this 11 Oct 02:34
· 231 commits to main since this release

Linux: use InotifyInit1 with IN_CLOEXEC to stop leaking a file descriptor to a child process when using fork/exec #178 (thanks @pattyshack)