-
Notifications
You must be signed in to change notification settings - Fork 30k
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
os.userInfo can cause segmentation fault #12370
Labels
os
Issues and PRs related to the os subsystem.
Comments
tniessen
added a commit
to tniessen/node
that referenced
this issue
Apr 12, 2017
Fixes multiple possible segmentation faults in node_contextify.cc and an assertion failure in node_os.cc Fixes: nodejs#12369 Fixes: nodejs#12370
3 tasks
tniessen
added a commit
to tniessen/node
that referenced
this issue
Jun 22, 2017
Fixes multiple possible segmentation faults in node_contextify.cc and an assertion failure in node_os.cc Fixes: nodejs#12369 Fixes: nodejs#12370 PR-URL: nodejs#12371 Reviewed-By: Anna Henningsen <anna@addaleax.net>
4 tasks
MylesBorins
pushed a commit
that referenced
this issue
Jul 10, 2017
MylesBorins
pushed a commit
that referenced
this issue
Jul 11, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
os.userInfo
can cause a segmentation fault inParseEncoding
:Since 88351a2, an assertion failure occurs instead, terminating the process.
The text was updated successfully, but these errors were encountered: