Coverity MISSING_BREAK - CID 12467
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Compiz |
Fix Released
|
Medium
|
MC Return | ||
0.9.9 |
Fix Released
|
Medium
|
MC Return | ||
compiz (Ubuntu) |
Fix Released
|
Low
|
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: 12467
Checker: MISSING_BREAK
Category: No category available
CWE definition: http://
File: /tmp/buildd/
Function: RingScreen:
Code snippet:
1193 event->
1194 true);
1195 }
1196 break;
CID 12467 - MISSING_BREAK
This case (value 6) is not terminated by a 'break' statement.
1197 case MotionNotify:
1198 if (mGrabIndex)
1199 windowSelectAt (event-
1200 event->
1201 false);
CID 12467 - MISSING_BREAK
The above case falls through to this one.
1202 case UnmapNotify:
Related branches
- Daniel van Vugt: Approve
- PS Jenkins bot: Pending (continuous-integration) requested
-
Diff: 11 lines (+1/-0)1 file modifiedplugins/ring/src/ring.cpp (+1/-0)
Changed in compiz (Ubuntu): | |
importance: | Undecided → Low |
status: | New → In Progress |
assignee: | nobody → MC Return (mc-return) |
Changed in compiz: | |
status: | In Progress → Fix Committed |
Source file with Coverity annotations.