Skip to content
This repository was archived by the owner on Jan 22, 2026. It is now read-only.

[pull] master from nodejs:master#119

Merged
pull[bot] merged 1 commit intoMattlk13:masterfrom
nodejs:master
Jul 9, 2019
Merged

[pull] master from nodejs:master#119
pull[bot] merged 1 commit intoMattlk13:masterfrom
nodejs:master

Conversation

@pull
Copy link
Copy Markdown

@pull pull bot commented Jul 9, 2019

See Commits and Changes for more details.


Created by pull[bot]. Want to support this open source service? Please star it : )

V8 has a handle scope below each `GetSharedArrayBufferId()` call,
so using a `v8::Local` that outlives that handle scope to store
references to `SharedArrayBuffer`s is invalid and may cause accidental
de-duplication of passed `SharedArrayBuffer`s.

Use a persistent handle instead to address this issue.

Fixes: #28559

PR-URL: #28582
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
@pull pull bot added the ⤵️ pull label Jul 9, 2019
@pull pull bot merged commit db55c3c into Mattlk13:master Jul 9, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant