Coverity MISSING_BREAK - CID 10717
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Application Indicators |
Fix Released
|
High
|
Ted Gould | ||
0.4 |
Fix Released
|
Undecided
|
Ted Gould |
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: 10717
Checker: MISSING_BREAK
Category: No category available
CWE definition: http://
File: /tmp/buildd/
Function: bus_method_call()
Code snippet:
281 g_variant_get (params, "(ssiu)", &dbusaddress, &dbusmenuobject,
282 &delta, &direction);
283
284 switch (direction) {
CID 10717 - MISSING_BREAK
This case (value 0) is not terminated by a 'break' statement.
285 case INDICATOR_
286 delta = -delta;
CID 10717 - MISSING_BREAK
The above case falls through to this one.
287 case INDICATOR_
288 orientation = "vertical";
289 break;
290
Related branches
- Charles Kerr (community): Approve
-
Diff: 28 lines (+10/-1)1 file modifiedsrc/application-service-appstore.c (+10/-1)
- Ken VanDine: Pending requested
-
Diff: 18972 lines (+9251/-8897)25 files modifiedChangeLog (+24/-0)
INSTALL (+7/-2)
Makefile.am (+1/-34)
Makefile.am.coverage (+48/-0)
Makefile.in (+50/-41)
aclocal.m4 (+5/-8606)
compile (+183/-16)
config.guess (+31/-18)
config.sub (+39/-26)
configure (+104/-65)
configure.ac (+5/-5)
data/Makefile.in (+5/-2)
debian/changelog (+8/-0)
depcomp (+66/-8)
install-sh (+18/-11)
m4/gcov.m4 (+13/-10)
m4/libtool.m4 (+8001/-0)
m4/ltoptions.m4 (+384/-0)
m4/ltsugar.m4 (+123/-0)
m4/ltversion.m4 (+23/-0)
m4/lt~obsolete.m4 (+98/-0)
missing (+4/-49)
src/Makefile.in (+5/-2)
src/indicator-application.c (+1/-0)
tests/Makefile.in (+5/-2)
Changed in indicator-application: | |
status: | New → In Progress |
assignee: | nobody → Ted Gould (ted) |
milestone: | none → 0.4.91 |
Changed in indicator-application: | |
milestone: | 0.4.91 → 0.4.92 |
status: | Fix Committed → Fix Released |
Source file with Coverity annotations.