-
Notifications
You must be signed in to change notification settings - Fork 29.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
v8: out of bounds copy #55261
v8: out of bounds copy #55261
Conversation
@nodejs/buffer |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #55261 +/- ##
==========================================
- Coverage 88.41% 87.89% -0.53%
==========================================
Files 652 652
Lines 186594 186611 +17
Branches 36054 35757 -297
==========================================
- Hits 164980 164014 -966
- Misses 14883 15821 +938
- Partials 6731 6776 +45
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can mark the original author as a co-author, if needed?
nit: "v8" might be a better subsystem than "buffer"
c716656
to
7332ad1
Compare
0d57b24
to
5c04ef2
Compare
Fixes: nodejs#54573 Co-authored-by: ronag <ronagy@icloud.com> Co-authored-by: ramidzkh <ramidzkh@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM though I think this could do better with the commit description (why the regression happened).
Landed in deb5eff |
Fixes: nodejs#54573 Co-authored-by: ronag <ronagy@icloud.com> Co-authored-by: ramidzkh <ramidzkh@gmail.com> PR-URL: nodejs#55261 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Fixes: nodejs#54573 Co-authored-by: ronag <ronagy@icloud.com> Co-authored-by: ramidzkh <ramidzkh@gmail.com> PR-URL: nodejs#55261 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Fixes: #54573