Coverity UNINIT - CID 12548 - plugins/composite/src/pixmapbinding/tests/test-composite-pixmapbinding.cpp in function: CompositePixmapBinderTest_TestInitialBindSuccessNoRebind_Test::TestBody() Declaring variable "xwa" without initializer.
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Compiz |
Won't Fix
|
Low
|
Unassigned | ||
0.9.10 |
Won't Fix
|
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: 12548
Checker: UNINIT
Category: No category available
CWE definition: http://
File: /tmp/buildd/
Function: CompositePixmap
Code snippet:
191 MockWindowPixmapGet mwpg;
192 MockWindowAttri
193 MockServerGrab msg;
194 MockPixmapFreezer mpf;
CID 12548 - UNINIT
Declaring variable "xwa" without initializer.
195 XWindowAttributes xwa;
196
197 xwa.width = 100;
198 xwa.height = 200;
199 xwa.map_state = IsViewable;
200 xwa.border_width = 1;
Changed in compiz: | |
milestone: | none → 0.9.10.0 |
summary: |
- Coverity UNINIT - CID 12548 + Coverity UNINIT - CID 12548 - + plugins/composite/src/pixmapbinding/tests/test-composite- + pixmapbinding.cpp in function: + CompositePixmapBinderTest_TestInitialBindSuccessNoRebind_Test::TestBody() + Declaring variable "xwa" without initializer. |
Changed in compiz: | |
milestone: | 0.9.10.0 → 0.9.11.0 |
no longer affects: | compiz/0.9.9 |
Changed in compiz: | |
importance: | High → Low |
status: | New → Triaged |
Source file with Coverity annotations.