Closed
Bug 1278216
Opened 9 years ago
Closed 9 years ago
[Static Analysis][Uninitialized scalar field] In function AstDecodeContext
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 1362549)
Attachments
(1 file)
The Static Analysis tool Coverity added that |currentLabelIndex_| is not initialized.
As we want to push this Bug 525063 in our m-c we should initialized member variables.
Assignee | ||
Comment 1•9 years ago
|
||
Review commit: https://reviewboard.mozilla.org/r/57894/diff/#index_header
See other reviews: https://reviewboard.mozilla.org/r/57894/
Attachment #8760234 -
Flags: review?(jorendorff)
Updated•9 years ago
|
Attachment #8760234 -
Flags: review?(jorendorff) → review+
Comment 2•9 years ago
|
||
Comment on attachment 8760234 [details]
Bug 1278216 - initialize member variable |currentLabelIndex_|.
https://reviewboard.mozilla.org/r/57894/#review56948
Pushed by bpostelnicu@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/b4e9149adb6a
initialize member variable |currentLabelIndex_|. r=jorendorff
Comment 4•9 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 9 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
•