Closed
Bug 1230907
Opened 7 years ago
Closed 6 years ago
[Static Analysis][Uninitialized scalar field] Constructor of nsBMPDecoder from nsBMPDecoder.cpp
Categories
(Core :: ImageLib, defect)
Core
ImageLib
Tracking
()
RESOLVED
FIXED
mozilla48
People
(Reporter: andi, Assigned: andi)
References
(Blocks 1 open bug)
Details
(Keywords: coverity, Whiteboard: CID 1338042)
Attachments
(1 file)
765 bytes,
patch
|
seth
:
review+
|
Details | Diff | Splinter Review |
The Static Analysis tool Coverity added that mPixelRowSize is not initialized in the constructor.
Assignee | ||
Comment 1•7 years ago
|
||
Hello Seth, Could you please take a look other this patch? THX
Attachment #8696439 -
Flags: review?(seth)
Assignee | ||
Updated•7 years ago
|
Whiteboard: CID 1338042
Comment 2•6 years ago
|
||
Comment on attachment 8696439 [details] [diff] [review] Bug 1230907.diff Review of attachment 8696439 [details] [diff] [review]: ----------------------------------------------------------------- Looks good. Thanks for finding this!
Attachment #8696439 -
Flags: review?(seth) → review+
Comment 4•6 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/eceb5235a54d
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox48:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla48
You need to log in
before you can comment on or make changes to this bug.
Description
•