-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
Buffer::Length hard crashes #11954
Closed
deian opened this issue
Mar 21, 2017
· 0 comments
· May be fixed by XirdigH/node-22#60, baby636/node#22, Dmarch28/node#37, baby636/node#23 or baby636/node#24
Closed
Buffer::Length hard crashes #11954
deian opened this issue
Mar 21, 2017
· 0 comments
· May be fixed by XirdigH/node-22#60, baby636/node#22, Dmarch28/node#37, baby636/node#23 or baby636/node#24
Labels
Comments
TimothyGu
added
buffer
Issues and PRs related to the buffer subsystem.
confirmed-bug
Issues with confirmed bugs.
labels
Mar 21, 2017
4 tasks
addaleax
added a commit
to addaleax/node
that referenced
this issue
Mar 22, 2017
TimothyGu
added a commit
to TimothyGu/node
that referenced
this issue
Sep 22, 2017
Make "fake" Buffer subclasses whose instances are not valid Uint8Arrays fail the test. Fixes: nodejs#11954
This was referenced Sep 15, 2021
This was referenced Sep 16, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Buffer::Length hard crashes.
I know that there are other issues where what to do about crashing bugs is being discussed, but I think most of the other examples are code directly accessible to JavaScript via process.binding. Here is an example that is something more subtle, but nevertheless can be triggered.
The text was updated successfully, but these errors were encountered: