Closed
Bug 1447964
Opened 8 years ago
Closed 8 years ago
CurrentThreadCanAccessZone() allows main thread context to access helper thread zones
Categories
(Core :: JavaScript Engine, enhancement, P1)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla61
| Tracking | Status | |
|---|---|---|
| firefox61 | --- | fixed |
People
(Reporter: jonco, Assigned: jonco)
Details
Attachments
(1 file)
|
1.90 KB,
patch
|
jandem
:
review+
|
Details | Diff | Splinter Review |
Currently this allows access to any zone for the main thread context even if it's in use by a helper thread zone.
| Assignee | ||
Comment 1•8 years ago
|
||
Patch to check helper thread zone access separately and fix the one place this caused an assertion.
Attachment #8961330 -
Flags: review?(jdemooij)
Comment 2•8 years ago
|
||
Comment on attachment 8961330 [details] [diff] [review]
bug1447964-can-access-zone
Review of attachment 8961330 [details] [diff] [review]:
-----------------------------------------------------------------
Good find.
Attachment #8961330 -
Flags: review?(jdemooij) → review+
Pushed by jcoppeard@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/e6df204b3970
Improve CurrentThreadCanAccessZone() check r=jandem
Updated•8 years ago
|
Priority: -- → P1
Comment 4•8 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox61:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla61
You need to log in
before you can comment on or make changes to this bug.
Description
•