Closed
Bug 1230149
Opened 9 years ago
Closed 9 years ago
[Static Analysis][Dereference After Null Check] Function ContentHostTexture::Composite from ContentHost.cpp
Categories
(Core :: Graphics, defect)
Core
Graphics
Tracking
()
RESOLVED
FIXED
mozilla45
Tracking | Status | |
---|---|---|
firefox45 | --- | fixed |
People
(Reporter: andi, Assigned: andi)
References
(Blocks 1 open bug)
Details
(Keywords: coverity, Whiteboard: CID 1338370)
Attachments
(1 file)
1.03 KB,
patch
|
jrmuizel
:
review+
|
Details | Diff | Splinter Review |
The Static Analysis tool Coverity added that bigImgIter when it's null can be null pointer dereferenced in:
138 if (iterOnWhite) {
139 MOZ_ASSERT(iterOnWhite->GetTileRect() == bigImgIter->GetTileRect(),
140 "component alpha textures should be the same size.");
141 }
Assignee | ||
Updated•9 years ago
|
Whiteboard: CID 1338370
Assignee | ||
Comment 1•9 years ago
|
||
Hello Jeff,
Could you please take a look other this patch?
THX
Attachment #8695292 -
Flags: review?(jmuizelaar)
Assignee | ||
Updated•9 years ago
|
Blocks: coverity-analysis
Updated•9 years ago
|
Attachment #8695292 -
Flags: review?(jmuizelaar) → review+
Assignee | ||
Updated•9 years ago
|
Keywords: checkin-needed
Keywords: checkin-needed
Comment 3•9 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla45
You need to log in
before you can comment on or make changes to this bug.
Description
•