Coverity MIXED_ENUMS - CID 12469 - compizconfig/libcompizconfig/src/compiz.cpp - in function: initListInfoPB(_CCSSettingInfo *, const metadata::Plugin_Option &) - Mixing enum types _CCSSettingType and metadata::Plugin_Option_Type for "listType".
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Compiz |
Triaged
|
Medium
|
Unassigned | ||
0.9.9 |
Won't Fix
|
Medium
|
Unassigned | ||
compiz (Ubuntu) |
Confirmed
|
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: 12469
Checker: MIXED_ENUMS
Category: No category available
CWE definition: No definition available
File: /tmp/buildd/
Function: initListInfoPB(
Code snippet:
502 i->forList.listInfo = NULL;
503
504 if (option.
505 {
CID 12469 - MIXED_ENUMS
Mixing enum types _CCSSettingType and metadata:
506 i->forList.listType = (CCSSettingType) option.list_type ();
507 }
508 switch (i->forList.
509 {
510 case TypeInt:
511 {
summary: |
- Coverity MIXED_ENUMS - CID 12469 + Coverity MIXED_ENUMS - CID 12469 - + compizconfig/libcompizconfig/src/compiz.cpp - in function: + initListInfoPB(_CCSSettingInfo *, const metadata::Plugin_Option &) - + Mixing enum types _CCSSettingType and metadata::Plugin_Option_Type for + "listType". |
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 |
Changed in compiz: | |
milestone: | 0.9.11.0 → 0.9.12.1 |
status: | New → Triaged |
Changed in compiz: | |
milestone: | 0.9.12.1 → 0.9.12.2 |
Changed in compiz (Ubuntu): | |
status: | New → Confirmed |
importance: | Undecided → Medium |
Source file with Coverity annotations.