Add FD_CLOEXEC option to all anonymous FDs
authorDavid Goulet <david.goulet@polymtl.ca>
Mon, 27 Jun 2011 20:36:27 +0000 (16:36 -0400)
committerDavid Goulet <david.goulet@polymtl.ca>
Mon, 27 Jun 2011 20:36:27 +0000 (16:36 -0400)
Upon execlp() some anonymous file descriptors from the kernel tracer
could be dup and thus making the refcount always > 1 on the lttng kernel
tracer side.

Acked-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Signed-off-by: David Goulet <david.goulet@polymtl.ca>

No differences found
This page took 0.023936 seconds and 4 git commands to generate.