-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Labels
blockerShow stopping issues for 0.0.1Show stopping issues for 0.0.1bugSomething isn't workingSomething isn't working
Milestone
Description
(manually cloned from iCharlesHu/Subprocess#44)
UNIX programs typically need to close all other open fds that they don't want to inherit into the child process after fork() but before execve(). This code fails to do so, this is security-relevant.
Implementation here: https://github.com/swiftlang/swift-sdk-generator/pull/156/files#diff-456340af052c33f5e1551237a5b2b7a6f20c374fea29d0d352c931b328a319a4R134-R140
Metadata
Metadata
Assignees
Labels
blockerShow stopping issues for 0.0.1Show stopping issues for 0.0.1bugSomething isn't workingSomething isn't working