Coverity UNUSED_VALUE - CID 13652
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
overlay-scrollbar | Status tracked in Trunk | |||||
Trunk |
Fix Committed
|
Low
|
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: 13652
Checker: UNUSED_VALUE
Category: No category available
CWE definition: http://
File: /tmp/buildd/
Function: hijacked_
Code snippet:
3832 {
3833 GtkScrollbar *scrollbar;
3834 OsScrollbarPrivate *priv;
3835
CID 13652 - UNUSED_VALUE
Pointer "scrollbar" returned by "g_type_
3836 scrollbar = GTK_SCROLLBAR (widget);
3837 priv = get_private (widget);
3838
3839 if (priv->orientation == GTK_ORIENTATION
3840 requisition->width = 0;
3841 else
Related branches
- Marco Trevisan (Treviño): Approve
- PS Jenkins bot (community): Needs Fixing (continuous-integration)
-
Diff: 36 lines (+4/-4)1 file modifiedos/os-scrollbar.c (+4/-4)
Changed in overlay-scrollbar: | |
status: | In Progress → Fix Committed |
Source file with Coverity annotations.