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

Fork bomb in electron #2

Closed
dignifiedquire opened this issue Oct 14, 2015 · 0 comments
Closed

Fork bomb in electron #2

dignifiedquire opened this issue Oct 14, 2015 · 0 comments

Comments

@dignifiedquire
Copy link
Contributor

Using this in station, I realized that process.argv[0] is very unsafe as it results in a fork bomb :(
In the packaged scenario inside electron process.argv[0] is not the node binary but the electron binary, so it spawns itself again and again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant