Back to issue list Export
Project: Local
Issue: a65694009c8631c23fa698b87a1446f540f7ce8aeee3f8a6025dc5ed7811ae7d
Title:
Date: 2013-08-08 03:45:20
Reported_By: travisb
Seen_In_Build:
Severity: Blocker Critical Major Minor Trivial
Priority: 1 2 3 4 5
State: New Open Diagnosed Closed
Resolution: None Fixed Duplicate WontFix Invalid WorksForMe
Type: Bug Feature Regression
Owner: Unassigned travisb
Fix_By: Next_Release 1.0
Component: Documentation Client Server Prediction Terminal Tests
Depends_On:
Dependent_Of:
Duplicate_Of:
Currently we create a pipe in order to have an out of band mechanism to trigger an action and break out of the poll. Should this pair of fds be set to close on exec?
Yes all the file descriptors created should be closed on exec to avoid the client programs from having access to them.
Currently we create a pipe in order to have an out of band mechanism to trigger an action and break out of the poll. Should this pair of fds be set to close on exec?
Date: 2013-10-17 03:54:28
User: travisb
Yes all the file descriptors created should be closed on exec to avoid the client programs from having access to them.