qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] Re: [PATCH v2] Don't leak file descriptors


From: Anthony Liguori
Subject: [Qemu-devel] Re: [PATCH v2] Don't leak file descriptors
Date: Wed, 02 Dec 2009 08:04:16 -0600
User-agent: Thunderbird 2.0.0.23 (X11/20090825)

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 <address@hidden>
---

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]