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

fix: apply byte offset on Buffer.from #4019

Merged
merged 1 commit into from
Jan 22, 2025
Merged

fix: apply byte offset on Buffer.from #4019

merged 1 commit into from
Jan 22, 2025

Conversation

ronag
Copy link
Member

@ronag ronag commented Jan 21, 2025

Doesn't make any difference in practice as byteOffset is always going to be 0 but it's theoretically more correct and could avoid future bugs.

This relates to...

Rationale

Changes

Features

Bug Fixes

Breaking Changes and Deprecations

Status

Doesn't make any difference in practice as byteOffset is always going to be 0
but it's theoretically more correct and could avoid future bugs.
@ronag ronag requested review from mcollina and metcoder95 January 21, 2025 11:50
@ronag ronag merged commit 8ef4c79 into main Jan 22, 2025
37 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants