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(ext/node): Fix invalid length variable reference in blitBuffer #20648

Merged
merged 3 commits into from
Sep 24, 2023

Conversation

aapoalas
Copy link
Collaborator

My previous work with buffer optimisations / reworks included a mistaken reference to a length variable that probably existed at one point or another but was since (likely) renamed to be the ´bytesToWrite`.

At the same time I joined two src.length accesses into a single one.

@aapoalas aapoalas linked an issue Sep 23, 2023 that may be closed by this pull request
@aapoalas aapoalas merged commit cb9ab9c into denoland:main Sep 24, 2023
13 checks passed
@aapoalas aapoalas deleted the fix/20616 branch September 24, 2023 10:48
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.

Bug in base64url decoding algorithm - undefined length
3 participants