Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nodejs/node
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: a9dd48f64b5189c1870885adf5285a8b20486a38
Choose a base ref
...
head repository: nodejs/node
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6cc2ed56dae896078eff38083d9bd2ba42ffac38
Choose a head ref
  • 2 commits
  • 11 files changed
  • 1 contributor

Commits on Jan 28, 2026

  1. deps: V8: cherry-pick c5ff7c4d6cde

    Original commit message:
    
        [builtins] disallow ArrayBuffer transfer with a detach key
    
        This allows embedder to disallow `ArrayBuffer.prototype.transfer()` on
        an arraybuffer that is not detachable. This also fix the check on
        `ArrayBufferCopyAndDetach` step 8 of `ArrayBuffer.prototype.transfer`.
    
        Refs: #61362
        Refs: https://tc39.es/ecma262/#sec-arraybuffercopyanddetach
        Change-Id: I3c6e156a8fad007fd100218d8b16aed5c4e1db68
        Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/7454288
        Commit-Queue: Chengzhong Wu <cwu631@bloomberg.net>
        Reviewed-by: Olivier Flückiger <olivf@chromium.org>
        Cr-Commit-Position: refs/heads/main@{#104697}
    
    Refs: v8/v8@c5ff7c4
    PR-URL: #61372
    Fixes: #61362
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: René <contact.9a5d6388@renegade334.me.uk>
    legendecas authored and nodejs-github-bot committed Jan 28, 2026
    Configuration menu
    Copy the full SHA
    859332b View commit details
    Browse the repository at this point in the history
  2. buffer: disallow ArrayBuffer transfer on pooled buffer

    PR-URL: #61372
    Fixes: #61362
    Refs: v8/v8@c5ff7c4
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: René <contact.9a5d6388@renegade334.me.uk>
    legendecas authored and nodejs-github-bot committed Jan 28, 2026
    Configuration menu
    Copy the full SHA
    6cc2ed5 View commit details
    Browse the repository at this point in the history
Loading