nodejs-github-bot · GitHub

@nodejs-github-bot added buffer

Issues and PRs related to the buffer subsystem.

needs-ci

PRs that need a full CI run.

labels

Jan 13, 2025

@nbbeeken

addaleax

@nbbeeken

nbbeeken

nbbeeken

@nbbeeken

@nbbeeken

@nbbeeken

@nbbeeken

@nbbeeken

@nbbeeken

@nbbeeken

@nbbeeken

@nbbeeken

@nbbeeken

@nbbeeken

@addaleax addaleax added request-ci

Add this label to start a Jenkins CI on a PR.

and removed request-ci

Add this label to start a Jenkins CI on a PR.

labels

Nov 4, 2025

@nbbeeken

nbbeeken

@nbbeeken

addaleax

Removes the reliance on prototype bound methods internally
so that Uint8Arrays can be set as the bound `this` value when calling
the various Buffer methods. Introduces some additional tamper protection
by removing internal reliance on writable properties.
Fixes: nodejs#56577

@nbbeeken

addaleax

@addaleax addaleax added commit-queue

Add this label to land a pull request using GitHub Actions.

commit-queue-squash

Add this label to instruct the Commit Queue to squash all the PR commits into the first one.

labels

Jan 21, 2026

@nodejs-github-bot

aduh95 pushed a commit that referenced this pull request

Jan 22, 2026
Removes the reliance on prototype bound methods internally
so that Uint8Arrays can be set as the bound `this` value when calling
the various Buffer methods. Introduces some additional tamper protection
by removing internal reliance on writable properties.
Fixes: #56577
PR-URL: #56578
Reviewed-By: Anna Henningsen <anna@addaleax.net>

Merged

tmeijn pushed a commit to tmeijn/dotfiles that referenced this pull request

Jan 27, 2026

aduh95 pushed a commit that referenced this pull request

Jan 27, 2026
Removes the reliance on prototype bound methods internally
so that Uint8Arrays can be set as the bound `this` value when calling
the various Buffer methods. Introduces some additional tamper protection
by removing internal reliance on writable properties.
Fixes: #56577
PR-URL: #56578
Reviewed-By: Anna Henningsen <anna@addaleax.net>

Merged

Read the original on github.com ↗