Skip to content

Commit

Permalink
child_process: set shell to false in fork()
Browse files Browse the repository at this point in the history
This commit ensures that spawn()'s shell option is unconditionally
set to false when fork() is called.

Refs: nodejs/node#15299
Fixes: nodejs/node#13983
PR-URL: nodejs/node#15352
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
  • Loading branch information
Alex Gresnel authored and Stephen Belanger committed Sep 21, 2017
1 parent cb1ce90 commit a6720b8
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit a6720b8

Please sign in to comment.