« Previous | Next » 

Revision ea89fdfe

IDea89fdfec4f7a6ff180149a5eacc3c7d84b87e39
Parent 2f0017aa
Child 300dd349

Added by cjihrig almost 10 years ago

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 <>

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences