• Max Kellermann's avatar
    set the close-on-exec flag on all file descriptors · e3af0032
    Max Kellermann authored
    Added the "fd_util" library, which attempts to use the new thread-safe
    Linux system calls pipe2(), accept4() and the options O_CLOEXEC,
    SOCK_CLOEXEC.  Without these, it falls back to FD_CLOEXEC, which is
    not thread safe.
    
    This is particularly important for the "pipe" output plugin (and
    others, such as JACK/PulseAudio), because we were heavily leaking file
    descriptors to child processes.
    e3af0032
Name
Last commit
Last update
doc Loading commit data...
m4 Loading commit data...
scripts Loading commit data...
src Loading commit data...
test Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
COPYING Loading commit data...
INSTALL Loading commit data...
Makefile.am Loading commit data...
NEWS Loading commit data...
README Loading commit data...
UPGRADING Loading commit data...
autogen.sh Loading commit data...
configure.ac Loading commit data...
valgrind.suppressions Loading commit data...