Skip to content
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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

v8: out of bounds copy #55261

wants to merge 1 commit into from

Conversation

ronag
Copy link
Member

@ronag ronag commented Oct 4, 2024

Fixes: #54573

@ronag ronag self-assigned this Oct 4, 2024
@nodejs-github-bot nodejs-github-bot added the needs-ci PRs that need a full CI run. label Oct 4, 2024
@ronag
Copy link
Member Author

ronag commented Oct 4, 2024

@nodejs/buffer

@RedYetiDev RedYetiDev added buffer Issues and PRs related to the buffer subsystem. v8 module Issues and PRs related to the "v8" subsystem. labels Oct 4, 2024
lib/v8.js Outdated Show resolved Hide resolved
Copy link

codecov bot commented Oct 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 87.89%. Comparing base (d2ad9b4) to head (dd44a41).
Report is 6 commits behind head on main.

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     
Files with missing lines Coverage Δ
lib/v8.js 98.64% <100.00%> (-0.69%) ⬇️

... and 92 files with indirect coverage changes

lib/v8.js Outdated Show resolved Hide resolved
Copy link
Member

@RedYetiDev RedYetiDev left a 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"

test/parallel/test-v8-deserialize-buffer.js Outdated Show resolved Hide resolved
@ronag ronag force-pushed the 54573 branch 2 times, most recently from c716656 to 7332ad1 Compare October 4, 2024 11:13
@ronag ronag changed the title fix: out of bounds copy v8: out of bounds copy Oct 4, 2024
test/parallel/test-v8-deserialize-buffer.js Outdated Show resolved Hide resolved
lib/v8.js Outdated Show resolved Hide resolved
@ronag ronag force-pushed the 54573 branch 2 times, most recently from 0d57b24 to 5c04ef2 Compare October 5, 2024 12:17
@ronag ronag added the request-ci Add this label to start a Jenkins CI on a PR. label Oct 5, 2024
@github-actions github-actions bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Oct 5, 2024
@nodejs-github-bot
Copy link
Collaborator

Fixes: nodejs#54573

Co-authored-by: ronag <[email protected]>
Co-authored-by: ramidzkh <[email protected]>
@ronag ronag added the request-ci Add this label to start a Jenkins CI on a PR. label Oct 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
buffer Issues and PRs related to the buffer subsystem. needs-ci PRs that need a full CI run. request-ci Add this label to start a Jenkins CI on a PR. v8 module Issues and PRs related to the "v8" subsystem.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Parcel 2.12.0 malloc(): corrupted top size in Node 22.7.0
5 participants