commit | 1e784fd7fccbab2e4c161f02d890ba304e0fdd3f | [log] [tgz] |
---|---|---|
author | Kevin Wolf <kwolf@redhat.com> | Wed Dec 02 12:24:42 2009 +0100 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Thu Dec 03 11:45:50 2009 -0600 |
tree | bb44439c735a0ccc875827a8ad082b9964846d6e | |
parent | a6ecd0ff1bbf38e5bc36dd9a0ecd5d3cf4112a81 [diff] |
Don't leak file descriptors 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 <kwolf@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>