GNOME Bugzilla – Bug 692404
tester: Use FD_CLOEXEC when creating pipes
Last modified: 2013-01-23 17:24:30 UTC
Created attachment 234228 [details] [review] 0001-gtester-Use-FD_CLOEXEC-when-creating-pipes.patch We were already unsetting the cloexec flag for the child later, just not actually starting with it. --- glib/gtester.c | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-)