mirror of
https://github.com/textmate/textmate.git
synced 2026-01-23 13:47:54 -05:00
No file descriptors (other than input/output) should be inherited by our child process. We set FD_CLOEXEC ourself, but system frameworks might not always set it, or there might be a race condition (e.g. with socket(), pipe(), mkstemp(), etc.).