Closed
Bug 1231635
Opened 10 years ago
Closed 10 years ago
[Static Analysis][Uninitialized scalar field] Function nsSHEntry from nsSHEntry.cpp.cpp
Categories
(Core :: DOM: Navigation, defect)
Core
DOM: Navigation
Tracking
()
RESOLVED
FIXED
mozilla45
| Tracking | Status | |
|---|---|---|
| firefox45 | --- | fixed |
People
(Reporter: andi, Assigned: andi)
References
(Blocks 1 open bug)
Details
(Keywords: coverity, Whiteboard: CID 1325962)
Attachments
(1 file)
|
691 bytes,
patch
|
bzbarsky
:
review+
|
Details | Diff | Splinter Review |
The Static Analysis tool Coverity added that variable member mLoadReplace is not attributed a value in the constructor: nsSHEntry::nsSHEntry()
Most likely this is not a bug looking through code but i think we should still give it an ivitial value (false), as the rest of the scalar have.
| Assignee | ||
Comment 1•10 years ago
|
||
Attachment #8697235 -
Flags: review?(bzbarsky)
Comment 2•10 years ago
|
||
Attachment #8697235 -
Flags: review?(bzbarsky) → review+
| Assignee | ||
Updated•10 years ago
|
Assignee: nobody → bogdan.postelnicu
| Assignee | ||
Updated•10 years ago
|
Keywords: checkin-needed
Keywords: checkin-needed
Comment 4•10 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla45
You need to log in
before you can comment on or make changes to this bug.
Description
•