Kevin Wolf wrote:
Am 02.12.2009 12:24, schrieb Kevin Wolf:We're leaking file descriptors to child processes. Set FD_CLOEXEC on file descriptors that don't need to be passed to children to stop this misbehaviour.Signed-off-by: Kevin Wolf <kw...@redhat.com> --- v2: - The existence of SOCK_CLOEXEC doesn't mean that accept4 exists. Added a check for it in configure.v3 even. Anthony, I hope this doesn't confuse your scripts?
No worries, I'll straighten it out.
Kevin
Regards, Anthony Liguori