Coverity DEADCODE - CID 13650
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
overlay-scrollbar | Status tracked in Trunk | |||||
Trunk |
Fix Committed
|
High
|
Brandon Schaefer | |||
overlay-scrollbar (Ubuntu) |
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: 13650
Checker: DEADCODE
Category: dead_default_
CWE definition: http://
File: /tmp/buildd/
Function: os_thumb_expose
Code snippet:
692 cairo_set_
693 cairo_set_operator (cr, CAIRO_OPERATOR_
694
695 /* Type of action. */
CID 13650 - DEADCODE
Assigning: "action" = "0".
696 action = ACTION_NORMAL;
697 if (priv->event & OS_EVENT_
698 {
699 if (priv->event & OS_EVENT_
CID 13650 - DEADCODE
Assigning: "action" = "1".
700 action = ACTION_DRAG;
701 else if ((priv->orientation == GTK_ORIENTATION
Related branches
- PS Jenkins bot (community): Needs Fixing (continuous-integration)
- Allan LeSage (community): Approve
-
Diff: 23 lines (+0/-2)2 files modifiedos/os-scrollbar.c (+0/-1)
os/os-thumb.c (+0/-1)
Changed in overlay-scrollbar: | |
status: | In Progress → Fix Committed |
Source file with Coverity annotations.