desktop-packages team mailing list archive
-
desktop-packages team
-
Mailing list archive
-
Message #79756
[Bug 1101549] Re: Coverity MISSING_BREAK - CID 12464
** Changed in: compiz
Status: Fix Committed => Fix Released
** Changed in: compiz/0.9.9
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to compiz in Ubuntu.
https://bugs.launchpad.net/bugs/1101549
Title:
Coverity MISSING_BREAK - CID 12464
Status in Compiz:
Fix Released
Status in Compiz 0.9.9 series:
Fix Released
Status in “compiz” package in Ubuntu:
Fix Released
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://wiki.ubuntu.com/CanonicalProductStrategy/Coverity
CID: 12464
Checker: MISSING_BREAK
Category: No category available
CWE definition: http://cwe.mitre.org/data/definitions/484.html
File: /tmp/buildd/compiz-0.9.9~daily13.01.14/plugins/annotate/src/annotate.cpp
Function: AnnoScreen::handleEvent(_XEvent *)
Code snippet:
964 switch (event->type) {
965 case MotionNotify:
966 handleMotionEvent (pointerX, pointerY);
967 case EnterNotify:
CID 12464 - MISSING_BREAK
This case (value 8) is not terminated by a 'break' statement.
968 case LeaveNotify:
969 handleMotionEvent (pointerX, pointerY);
CID 12464 - MISSING_BREAK
The above case falls through to this one.
970 default:
971 if (event->type == cScreen->damageEvent () + XDamageNotify)
972 {
973 XDamageNotifyEvent *de = (XDamageNotifyEvent *) event;
To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/1101549/+subscriptions