Closed
Bug 1356275
Opened 8 years ago
Closed 8 years ago
stylo: heap write analysis failure on known-unsafe Gecko_GetFontMetrics
Categories
(Core :: CSS Parsing and Computation, enhancement, P1)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla55
Tracking | Status | |
---|---|---|
firefox55 | --- | fixed |
People
(Reporter: sfink, Assigned: manishearth)
References
Details
Attachments
(1 file)
bholley suggests: "We should just MOZ_ASSERT(NS_IsMainThread()) in this function until further notice."
Updated•8 years ago
|
Assignee: nobody → manishearth
Priority: -- → P1
Assignee | ||
Comment 1•8 years ago
|
||
Assignee | ||
Comment 2•8 years ago
|
||
Er, wrong bug
Comment hidden (mozreview-request) |
Comment 4•8 years ago
|
||
mozreview-review |
Comment on attachment 8858195 [details]
Bug 1356275 - Assert that we're on the main thread in the unused and unsafe Gecko_GetFontMetrics ;
https://reviewboard.mozilla.org/r/130140/#review134966
Sorry this got lost somehow, I only noticed on the review whine. Feel free to ping me for mechanical stuff like this.
Attachment #8858195 -
Flags: review?(bobbyholley) → review+
Comment hidden (mozreview-request) |
Assignee | ||
Comment 6•8 years ago
|
||
Pushed by manishearth@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/9c187a205fc6
Assert that we're on the main thread in the unused and unsafe Gecko_GetFontMetrics ; r=bholley
Pushed by manishearth@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/4ad23bc8d5c1
Decrease allowed write hazard threshhold; r=bholley
Comment 9•8 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/9c187a205fc6
https://hg.mozilla.org/mozilla-central/rev/4ad23bc8d5c1
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox55:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla55
You need to log in
before you can comment on or make changes to this bug.
Description
•