Description[objects] do not visit ArrayBuffer's backing store
ArrayBuffer's backing store is a pointer to external heap, and can't be
treated as a heap object. Doing so will result in crashes, when the
backing store is unaligned.
See: https://github.com/nodejs/node/issues/2791
BUG=chromium:530531
R=mlippautz@chromium.org
LOG=N
Committed: https://crrev.com/0d017282d32ce634f364461aa79ee996108f8b9d
Cr-Commit-Position: refs/heads/master@{#30771}
Patch Set 1 #
Total comments: 4
Patch Set 2 : fixes #Patch Set 3 : remove unused var in test #Patch Set 4 : visit all fields in array buffer, reorder fields for simplicity #
Messages
Total messages: 35 (10 generated)
|