Closed
Bug 1278217
Opened 8 years ago
Closed 8 years ago
[Static Analysis][Uninitialized scalar field] In function FrameIter::Data::Data
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla50
People
(Reporter: andi, Assigned: andi)
References
(Blocks 1 open bug)
Details
(Keywords: coverity, Whiteboard: CID 1362548)
Attachments
(1 file)
The Static Analysis tool Coverity added that member variable | state_| is not initialized. As we plan to integrate in m-c this patch: 525063 we have to prepare the base code.
Assignee | ||
Comment 1•8 years ago
|
||
Review commit: https://reviewboard.mozilla.org/r/57898/diff/#index_header
See other reviews: https://reviewboard.mozilla.org/r/57898/
Attachment #8760238 -
Flags: review?(jorendorff)
Comment 2•8 years ago
|
||
Comment on attachment 8760238 [details]
Bug 1278217 - initialize member variable |state_|.
https://reviewboard.mozilla.org/r/57898/#review56950
Attachment #8760238 -
Flags: review?(jorendorff) → review+
Pushed by bpostelnicu@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/81a9b4abaf70
initialize member variable |state_|. r=jorendorff
Comment 4•8 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox50:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla50
You need to log in
before you can comment on or make changes to this bug.
Description
•