-
Notifications
You must be signed in to change notification settings - Fork 31.1k
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
Multiple segmentation faults in contextify when parsing options #12369
Labels
vm
Issues and PRs related to the vm 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
evanlucas
pushed a commit
that referenced
this issue
Apr 25, 2017
Fixes multiple possible segmentation faults in node_contextify.cc and an assertion failure in node_os.cc Fixes: #12369 Fixes: #12370 PR-URL: #12371 Reviewed-By: Anna Henningsen <[email protected]>
evanlucas
pushed a commit
that referenced
this issue
May 1, 2017
Fixes multiple possible segmentation faults in node_contextify.cc and an assertion failure in node_os.cc Fixes: #12369 Fixes: #12370 PR-URL: #12371 Reviewed-By: Anna Henningsen <[email protected]>
evanlucas
pushed a commit
that referenced
this issue
May 2, 2017
Fixes multiple possible segmentation faults in node_contextify.cc and an assertion failure in node_os.cc Fixes: #12369 Fixes: #12370 PR-URL: #12371 Reviewed-By: Anna Henningsen <[email protected]>
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 <[email protected]>
4 tasks
MylesBorins
pushed a commit
that referenced
this issue
Jul 10, 2017
Fixes multiple possible segmentation faults in node_contextify.cc and an assertion failure in node_os.cc Fixes: #12369 Fixes: #12370 Backport-PR-URL: #13871 PR-URL: #12371 Reviewed-By: Anna Henningsen <[email protected]>
MylesBorins
pushed a commit
that referenced
this issue
Jul 11, 2017
Fixes multiple possible segmentation faults in node_contextify.cc and an assertion failure in node_os.cc Fixes: #12369 Fixes: #12370 Backport-PR-URL: #13871 PR-URL: #12371 Reviewed-By: Anna Henningsen <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There are multiple issues in
node_contextify.cc
leading to possible segmentation faults when parsing user-specified options:The text was updated successfully, but these errors were encountered: