Coverity UNINIT - CID 12553 - plugins/composite/src/pixmapbinding/tests/test-composite-pixmapbinding.cpp in function: CompositePixmapBinderTest_TestInitialBindFailureWindowUnmappedSuccessOn - Declaring variable "xwa" without initializer.
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Compiz |
Won't Fix
|
Medium
|
Unassigned | ||
0.9.10 |
Won't Fix
|
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: 12553
Checker: UNINIT
Category: No category available
CWE definition: http://
File: /tmp/buildd/
Function: CompositePixmap
Code snippet:
469 MockWindowPixmapGet mwpg;
470 MockWindowAttri
471 MockServerGrab msg;
472 MockPixmapFreezer mpf;
CID 12553 - UNINIT
Declaring variable "xwa" without initializer.
473 XWindowAttributes xwa;
474
475 xwa.width = 100;
476 xwa.height = 200;
477 xwa.map_state = IsUnmapped;
478 xwa.border_width = 1;
Changed in compiz: | |
milestone: | none → 0.9.10.0 |
summary: |
- Coverity UNINIT - CID 12553 + Coverity UNINIT - CID 12553 - + plugins/composite/src/pixmapbinding/tests/test-composite- + pixmapbinding.cpp in function: + CompositePixmapBinderTest_TestInitialBindFailureWindowUnmappedSuccessOn + - 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 → Medium |
status: | New → Triaged |
Source file with Coverity annotations.