desktop-packages team mailing list archive
-
desktop-packages team
-
Mailing list archive
-
Message #79755
[Bug 1101561] Re: Coverity MISSING_BREAK - CID 12463
** 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/1101561
Title:
Coverity MISSING_BREAK - CID 12463
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: 12463
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:
961 void
962 AnnoScreen::handleEvent (XEvent *event)
963 {
964 switch (event->type) {
CID 12463 - MISSING_BREAK
This case (value 6) is not terminated by a 'break' statement.
965 case MotionNotify:
966 handleMotionEvent (pointerX, pointerY);
CID 12463 - MISSING_BREAK
The above case falls through to this one.
967 case EnterNotify:
968 case LeaveNotify:
969 handleMotionEvent (pointerX, pointerY);
970 default:
To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/1101561/+subscriptions