Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

child_process: add safety checks on stdio accesses #8779

Closed
wants to merge 1 commit into from
Closed

child_process: add safety checks on stdio accesses #8779

wants to merge 1 commit into from

Conversation

cjihrig
Copy link

@cjihrig cjihrig commented Nov 25, 2014

When a child process is spawned, there is no guarantee that the stdio streams will be created. This commit adds checks before attempting to access the streams.

When a child process is spawned, there is no guarantee that
the stdio streams will be created. This commit adds checks
before attempting to access the streams.
@jasnell
Copy link
Member

jasnell commented Aug 13, 2015

@cjihrig ... any updates on this one?

@cjihrig
Copy link
Author

cjihrig commented Aug 15, 2015

This never got reviewed, but is something that I'm still interested in PR'ing into nodejs/node.

@cjihrig
Copy link
Author

cjihrig commented Nov 12, 2015

Closing, as this has been opened on nodejs/node.

@cjihrig cjihrig closed this Nov 12, 2015
@cjihrig cjihrig deleted the stdio-checks branch November 12, 2015 19:49
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants