Coverity MISSING_BREAK - CID 12465
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Compiz |
Fix Released
|
Medium
|
MC Return | ||
0.9.9 |
Fix Released
|
Medium
|
MC Return | ||
compiz (Ubuntu) |
Fix Released
|
Medium
|
MC Return |
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: 12465
Checker: MISSING_BREAK
Category: No category available
CWE definition: http://
File: /tmp/buildd/
Function: ccpInitValue(
Code snippet:
251 break;
252 case TypeMatch:
253 value->
254 break;
CID 12465 - MISSING_BREAK
This case (value 6) is not terminated by a 'break' statement.
255 case TypeKey:
256 if (from->action ().type () & CompAction:
257 {
258 value->
259 XKeycodeToKeysym (screen->dpy (),
260 from->action ().key ().keycode (), 0);
Related branches
- Daniel van Vugt: Approve
- PS Jenkins bot: Pending (continuous-integration) requested
-
Diff: 11 lines (+1/-0)1 file modifiedplugins/ccp/src/ccp.cpp (+1/-0)
Changed in compiz (Ubuntu): | |
assignee: | nobody → MC Return (mc-return) |
importance: | Undecided → Medium |
status: | New → In Progress |
Changed in compiz: | |
status: | In Progress → Fix Committed |
Source file with Coverity annotations.