Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

child_process: don't fork bomb ourselves from -e #3575

Merged
merged 1 commit into from
Oct 29, 2015

Commits on Oct 29, 2015

  1. child_process: don't fork bomb ourselves from -e

    Remove the `-e` argument from process.execArgv in child_process.fork()
    to keep `node -e 'require("child_process").fork("empty.js")'` from
    spawning itself recursively.
    
    Fixes: nodejs#3574
    PR-URL: nodejs#3575
    Reviewed-By: Colin Ihrig <[email protected]>
    Reviewed-By: Rich Trott <[email protected]>
    bnoordhuis committed Oct 29, 2015
    Configuration menu
    Copy the full SHA
    57bce60 View commit details
    Browse the repository at this point in the history