Coverity UNINIT_CTOR - CID 12563 - generated/wizard_options.cpp - Non-static class members "mGMovementMask", "mETriggerMask" and "mEMovementMask" are not initialized in this constructor nor in any functions that it calls. Note that this is in /generated dir.
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Compiz |
New
|
Medium
|
Unassigned | ||
0.9.9 |
New
|
Medium
|
Unassigned |
Bug Description
This bug is exported from the Coverity Integration Manager on Canonical's servers. For information on how this is done please see this website: https:/
CID: 12563
Checker: UNINIT_CTOR
Category: No category available
CWE definition: http://
File: /tmp/buildd/
Function: WizardOptions:
Code snippet:
19 mNotify (WizardOptions:
20 {
21 if (init)
22 initOptions ();
CID 12563 - UNINIT_CTOR
Non-static class member "mGMovementMask" is not initialized in this constructor nor in any functions that it calls.
Non-static class member "mETriggerMask" is not initialized in this constructor nor in any functions that it calls.
Non-static class member "mEMovementMask" is not initialized in this constructor nor in any functions that it calls.
23 }
24
25 void
26 WizardOptions:
27 {
28 unsigned int state;
summary: |
- Coverity UNINIT_CTOR - CID 12563 + Coverity UNINIT_CTOR - CID 12563 - generated/wizard_options.cpp - Non- + static class members "mGMovementMask", "mETriggerMask" and + "mEMovementMask" are not initialized in this constructor nor in any + functions that it calls. Note that this is in /generated dir. |
Changed in compiz: | |
milestone: | none → 0.9.10.0 |
Changed in compiz: | |
milestone: | 0.9.10.0 → 0.9.10.2 |
Changed in compiz: | |
milestone: | 0.9.10.2 → 0.9.11.0 |
Source file with Coverity annotations.