Closed
Bug 1290033
Opened 9 years ago
Closed 6 years ago
[Static Analysis][Uninitialized scalar field] In constructor SingleTouchData
Categories
(Core :: Widget, defect, P2)
Core
Widget
Tracking
()
RESOLVED
WORKSFORME
| Tracking | Status | |
|---|---|---|
| firefox50 | --- | affected |
People
(Reporter: andi, Assigned: andi)
References
(Blocks 1 open bug)
Details
(Keywords: coverity, Whiteboard: CID 1364451, tpi:+)
Attachments
(1 obsolete file)
The Static Analysis tool Coverity detected that member variables |mIdentifier|, |mRotationAngle| and |mForce| are not initialised in the default ctor. As we are trying to push our static analysis tool that checks for this kind of issues we need to fix this.
| Assignee | ||
Comment 1•9 years ago
|
||
Review commit: https://reviewboard.mozilla.org/r/67682/diff/#index_header
See other reviews: https://reviewboard.mozilla.org/r/67682/
Attachment #8775504 -
Flags: review?(vladimir)
Updated•9 years ago
|
Priority: -- → P2
Whiteboard: CID 1364451 → CID 1364451, tpi:+
| Comment hidden (mozreview-request) |
Hello,
what would be the next step to have this patch landing?
Thanks,
| Assignee | ||
Comment 4•7 years ago
|
||
To get a r+
| Assignee | ||
Comment 5•6 years ago
|
||
Already fixed in Bug 1453795.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WORKSFORME
| Assignee | ||
Updated•6 years ago
|
Attachment #8775504 -
Attachment is obsolete: true
Attachment #8775504 -
Flags: review?(vladimir)
You need to log in
before you can comment on or make changes to this bug.
Description
•