Coverity MISSING_BREAK - CID 12466
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: 12466
Checker: MISSING_BREAK
Category: No category available
CWE definition: http://
File: /tmp/buildd/
Function: DecorScreen:
Code snippet:
2357 if (w->id () == dmWin)
2358 checkForDm (true);
2359 }
2360 break;
CID 12466 - MISSING_BREAK
This case (value 33) is not terminated by a 'break' statement.
2361 case ClientMessage:
2362 /* Update decorations whenever someone requests frame extents
2363 * so that core doesn't reply with the wrong extents when
2364 * when handleEvent is passed to core
2365 */
2366 if (event-
Related branches
- Daniel van Vugt: Approve
- PS Jenkins bot: Pending (continuous-integration) requested
-
Diff: 11 lines (+1/-0)1 file modifiedplugins/decor/src/decor.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.