After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 692404 - tester: Use FD_CLOEXEC when creating pipes
tester: Use FD_CLOEXEC when creating pipes
Status: RESOLVED FIXED
Product: glib
Classification: Platform
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2013-01-23 16:56 UTC by Colin Walters
Modified: 2013-01-23 17:24 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
0001-gtester-Use-FD_CLOEXEC-when-creating-pipes.patch (1.32 KB, patch)
2013-01-23 16:56 UTC, Colin Walters
accepted-commit_now Details | Review

Description Colin Walters 2013-01-23 16:56:17 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(-)