Files
textmate/Frameworks
Allan Odgaard 589e62b1a7 File descriptors without FD_CLOEXEC are closed before we execve()
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.).
2014-03-29 13:44:13 +07:00
..
2014-03-03 10:34:13 +07:00
2014-03-13 17:25:29 +07:00
2014-03-03 10:34:13 +07:00
2014-03-03 10:34:13 +07:00
2014-03-03 10:34:13 +07:00
2014-03-03 10:34:13 +07:00
2014-03-29 09:57:09 +07:00
2014-03-03 10:34:13 +07:00
2013-08-25 21:13:06 +02:00
2014-03-03 10:34:13 +07:00
2014-03-03 10:34:13 +07:00
2014-03-03 10:34:13 +07:00
2014-03-03 10:34:13 +07:00
2014-03-03 10:34:13 +07:00
2012-08-09 16:25:56 +02:00