Coverity UNINIT - CID 13649

Bug #1109267 reported by Product Strategy Coverity Bug Uploader
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
notify-osd (Ubuntu)
New
High
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://wiki.ubuntu.com/CanonicalProductStrategy/Coverity
CID: 13649
Checker: UNINIT
Category: No category available
CWE definition: http://cwe.mitre.org/data/definitions/457.html
File: /tmp/buildd/notify-osd-0.9.35daily12.11.28/egg/egg-timeline.c
Function: timeout_add
Code snippet:
179 GSourceFunc func,
180 gpointer data,
181 GDestroyNotify notify)
182 {
CID 13649 - UNINIT
Declaring variable "res" without initializer.
183 guint res;
184
185 if (G_LIKELY (timeline_use_pool))
186 {
187 g_assert (timeline_pool != NULL);
188 res = egg_timeout_pool_add (timeline_pool,

Revision history for this message
Product Strategy Coverity Bug Uploader (coverity-uploader) wrote : notify-osd-13.04: /tmp/buildd/notify-osd-0.9.35daily12.11.28/egg/egg-timeline.c

Source file with Coverity annotations.

Changed in notify-osd:
importance: Undecided → High
Changed in notify-osd (Ubuntu):
importance: Undecided → High
no longer affects: notify-osd/precise
no longer affects: notify-osd
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.