Coverity UNINIT_CTOR - CID 12558 - gtk/window-decorator/tests/test_gwd_settings.cpp - in function: GWDMockSettingsStorageFactoryWrapper::GWDMockSettingsStorageFactoryWrapper() - The compiler-generated constructor for this class does not initialize "mWritable".
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Compiz |
Triaged
|
Low
|
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: 12558
Checker: UNINIT_CTOR
Category: pointer
CWE definition: http://
File: /tmp/buildd/
Function: GWDMockSettings
Code snippet:
1466 }
1467
1468 private:
1469
CID 12558 - UNINIT_CTOR
The compiler-generated constructor for this class does not initialize "mWritable".
1470 GWDSettingsWritable *mWritable;
1471 boost::shared_ptr <GWDMockSetting
1472 boost::shared_ptr <GWDSettingsSto
1473 };
1474
1475 INSTANTIATE_
summary: |
- Coverity UNINIT_CTOR - CID 12558 + Coverity UNINIT_CTOR - CID 12558 - gtk/window- + decorator/tests/test_gwd_settings.cpp - in function: + GWDMockSettingsStorageFactoryWrapper::GWDMockSettingsStorageFactoryWrapper() + - The compiler-generated constructor for this class does not initialize + "mWritable". |
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 |
no longer affects: | compiz/0.9.9 |
Changed in compiz: | |
importance: | Medium → Low |
status: | New → Triaged |
Source file with Coverity annotations.