GNOME Bugzilla – Bug 692544
[PATCH] gfile: Ensure we create internal pipe with FD_CLOEXEC
Last modified: 2013-01-25 18:45:47 UTC
Created attachment 234430 [details] [review] [PATCH] gfile: Ensure we create internal pipe with FD_CLOEXEC That way the descriptors aren't leaked to child processes. --- gio/gfile.c | 11 +++++------ 1 files changed, 5 insertions(+), 6 deletions(-)
Comment on attachment 234430 [details] [review] [PATCH] gfile: Ensure we create internal pipe with FD_CLOEXEC Yes.