Coverity PW.BRANCH_PAST_INITIALIZATION - CID 10615
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
libindicator |
Fix Released
|
Medium
|
Charles Kerr | ||
0.5 |
Fix Released
|
Medium
|
Charles Kerr |
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: 10615
Checker: PW.BRANCH_
Category: No category available
CWE definition: http://
File: /tmp/buildd/
Function: No function name available
Code snippet:
443 execute it, and make sure everything is a-okay */
444 get_type_t lget_type = NULL;
445 if (!g_module_
446 g_warning("Unable to get '" INDICATOR_
CID 10615 - PW.BRANCH_
transfer of control bypasses initialization of:
variable "priv" (declared at line 467)
447 goto unrefandout;
448 }
449 if (lget_type == NULL) {
450 g_warning("Symbol '" INDICATOR_
CID 10615 - PW.BRANCH_
transfer of control bypasses initialization of:
variable "priv" (declared at line 467)
451 goto unrefandout;
452 }
Related branches
- Conor Curran (community): Approve
-
Diff: 28 lines (+3/-8)1 file modifiedlibindicator/indicator-object.c (+3/-8)
- Ken VanDine: Pending requested
-
Diff: 13521 lines (+39/-13315)14 files modifiedChangeLog (+12/-0)
INSTALL (+7/-2)
Makefile.in (+1/-3)
compile (+0/-143)
config.guess (+0/-1502)
config.sub (+0/-1714)
configure (+10/-10)
configure.ac (+1/-1)
debian/changelog (+7/-0)
depcomp (+0/-630)
install-sh (+0/-520)
libindicator/indicator-image-helper.c (+1/-1)
ltmain.sh (+0/-8413)
missing (+0/-376)
Source file with Coverity annotations.