Skip to content

deps: backport 8d6a228 from the v8's upstream

Original commit message:

[heap] fix crash during the scavenge of ArrayBuffer
Scavenger should not attempt to visit ArrayBuffer's storage, it is a
user-supplied pointer that may have any alignment. Visiting it, may
result in a crash.

BUG=
R=jochen

Review URL: https://codereview.chromium.org/1406133003

Cr-Commit-Position: refs/heads/master@{#31611}

PR-URL: https://github.com/nodejs/node/pull/3549 Reviewed-By: Trevor Norris trev.norris@gmail.com

cc @nodejs/v8

Merge request reports

Loading