Closed
Bug 1032446
Opened 10 years ago
Closed 10 years ago
ContentClientIncremental::BeginPaintBuffer can return with|result.mClip| uninitialized
Categories
(Core :: Graphics: Layers, defect)
Core
Graphics: Layers
Tracking
()
RESOLVED
DUPLICATE
of bug 1032440
People
(Reporter: erahm, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: coverity, Whiteboard: [CID 1157298])
Similar to bug 1032440, in various error/early return paths we return a PaintState that has an uninitialized |mClip| member. It's possible that calling code will then use this value.
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
Updated•6 years ago
|
Blocks: coverity-analysis
You need to log in
before you can comment on or make changes to this bug.
Description
•