0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-22 07:37:56 +01:00
nodejs/test
cjihrig ea89fdfec4 child_process: do not access stderr when stdio set to 'ignore'
Currently, checkExecSyncError() attempts to access the contents
of stderr. When stdio is set to 'ignore', this causes a crash.
This commit adds a check on the access of stderr. Closes #7966.

Signed-off-by: Fedor Indutny <fedor@indutny.com>
2014-07-23 23:39:28 +04:00
..
addons
debugger
disabled test: Remove references to customFds 2014-07-10 15:07:08 +03:00
fixtures node: fix #7841 by overlooking the spare sourceline 2014-06-27 16:09:52 +04:00
gc
internet dns: introduce lookupService function 2014-06-27 04:02:19 +04:00
message Merge branch 'v0.10' 2014-06-05 07:28:39 -07:00
pummel test: fix up pummel/test-net-pingpong 2014-05-22 12:51:10 -07:00
simple child_process: do not access stderr when stdio set to 'ignore' 2014-07-23 23:39:28 +04:00
testpy
common.js