-
Notifications
You must be signed in to change notification settings - Fork 30.7k
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.allocUnsafeSlow() allowed version in document is incorrect, actually is v5.12.0 #15279
Comments
Yes, it was added in 5.12.0: 6a94383 I have labeled this as a good first contribution. Whoever wants to pick this one up can fix this by modifying the YAML section in |
4 tasks
jwgoh
added a commit
to jwgoh/node
that referenced
this issue
Sep 13, 2017
4 tasks
addaleax
pushed a commit
to addaleax/ayo
that referenced
this issue
Sep 17, 2017
PR-URL: nodejs/node#15330 Fixes: nodejs/node#15279 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Qard
pushed a commit
to Qard/ayo
that referenced
this issue
Sep 21, 2017
PR-URL: nodejs/node#15330 Fixes: nodejs/node#15279 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Buffer.allocUnsafeSlow() was added in
v5.12.0
Source Code:
https://github.com/nodejs/node/blob/v5.10.0/lib/buffer.js
https://github.com/nodejs/node/blob/v5.12.0/lib/buffer.js
line 160
In Documents
https://nodejs.org/dist/v6.2.0/docs/api/buffer.html#buffer_class_method_buffer_allocunsafeslow_size
...
https://nodejs.org/api/buffer.html#buffer_class_method_buffer_allocunsafeslow_size
The text was updated successfully, but these errors were encountered: