-
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
Node.js crashes when calling writeFloatBE with noAssert #3766
Labels
buffer
Issues and PRs related to the buffer subsystem.
Comments
pmq20
changed the title
Node.js crashes when calling Buffer#writeFloatBE with noAssert=true
Node.js crashes when calling Buffer#writeFloatBE with noAssert
Nov 11, 2015
pmq20
changed the title
Node.js crashes when calling Buffer#writeFloatBE with noAssert
Node.js crashes when calling writeFloatBE with noAssert
Nov 11, 2015
pmq20
added a commit
to pmq20/node
that referenced
this issue
Nov 16, 2015
Fishrock123
pushed a commit
that referenced
this issue
Nov 17, 2015
Documentation currently states that setting noAssert and passing a value larger than can fit in the Buffer will cause data to be silently dropped. Change implementation to match documented behavior. Fixes: #3766 Reviewed-By: Trevor Norris <[email protected]>
MylesBorins
pushed a commit
that referenced
this issue
Nov 30, 2015
Documentation currently states that setting noAssert and passing a value larger than can fit in the Buffer will cause data to be silently dropped. Change implementation to match documented behavior. Fixes: #3766 Reviewed-By: Trevor Norris <[email protected]>
rvagg
pushed a commit
that referenced
this issue
Dec 4, 2015
Documentation currently states that setting noAssert and passing a value larger than can fit in the Buffer will cause data to be silently dropped. Change implementation to match documented behavior. Fixes: #3766 Reviewed-By: Trevor Norris <[email protected]>
I believe this is already fixed in v4 but need to confirm |
jasnell
pushed a commit
that referenced
this issue
Dec 17, 2015
Documentation currently states that setting noAssert and passing a value larger than can fit in the Buffer will cause data to be silently dropped. Change implementation to match documented behavior. Fixes: #3766 Reviewed-By: Trevor Norris <[email protected]>
Fixed in |
jasnell
pushed a commit
that referenced
this issue
Dec 23, 2015
Documentation currently states that setting noAssert and passing a value larger than can fit in the Buffer will cause data to be silently dropped. Change implementation to match documented behavior. Fixes: #3766 Reviewed-By: Trevor Norris <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A simple script to crash Node.js follows,
The text was updated successfully, but these errors were encountered: