Coverity PW.BRANCH_PAST_INITIALIZATION - CID 10796
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
libindicate |
Fix Released
|
Low
|
Charles Kerr | ||
0.6 |
Fix Released
|
Undecided
|
Unassigned |
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: 10796
Checker: PW.BRANCH_
Category: No category available
CWE definition: http://
File: /tmp/buildd/
Function: No function name available
Code snippet:
957
958 if (error != NULL) {
959 g_warning("Unable to get property data: %s", error->message);
960 g_error_
CID 10796 - PW.BRANCH_
transfer of control bypasses initialization of:
variable "value" (declared at line 964)
961 goto cleanup;
962 }
963
964 GVariant * value = g_variant_
965 if (g_variant_
966 value = g_variant_
Related branches
- Lars Karlitski (community): Approve
-
Diff: 130 lines (+74/-46)1 file modifiedlibindicate/listener.c (+74/-46)
- Ken VanDine: Pending requested
-
Diff: 341 lines (+127/-64)8 files modifiedChangeLog (+24/-0)
configure (+11/-11)
configure.ac (+3/-3)
debian/changelog (+9/-0)
debian/control (+1/-1)
docs/reference/version.xml (+1/-1)
libindicate/indicator.c (+4/-2)
libindicate/listener.c (+74/-46)
Changed in libindicate: | |
status: | New → In Progress |
importance: | Medium → Low |
assignee: | nobody → Charles Kerr (charlesk) |
Changed in libindicate: | |
status: | In Progress → Fix Committed |
Changed in libindicate: | |
status: | Fix Committed → Fix Released |
Changed in libindicate: | |
status: | Fix Released → Fix Committed |
Changed in libindicate: | |
status: | Fix Committed → Fix Released |
Changed in libindicate: | |
milestone: | none → 0.6.92 |
Source file with Coverity annotations.