Closed
Bug 967820
Opened 11 years ago
Closed 11 years ago
Faulty: crash in ImageContainer::AddRef under LayerTransactionParent::RecvUpdate
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
FIXED
mozilla30
People
(Reporter: bjacob, Assigned: bjacob)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
(deleted),
text/plain
|
Details |
Found by Christoph Diehl's "Faulty" fuzzer, see bug 777067
Assignee | ||
Comment 1•11 years ago
|
||
Note: found while running css-gradients reftests
Assignee | ||
Comment 2•11 years ago
|
||
This ImageContainer contains garbage; don't know what kind of memory corruption that is. Could be use-after-free followed by that memory being reused by something else (the refcount is not 0xa5a5a5a5).
Classification: PLayerTransaction, memory corruption, hard.
Assignee | ||
Updated•11 years ago
|
Depends on: PReinterpretCast
Assignee | ||
Comment 3•11 years ago
|
||
Fixed by the landing of PLayerTransaction type checks before casting layers, bug 968833.
Assignee: nobody → bjacob
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Target Milestone: --- → mozilla30
You need to log in
before you can comment on or make changes to this bug.
Description
•