dx-packages team mailing list archive
-
dx-packages team
-
Mailing list archive
-
Message #08307
[Bug 943707] Re: Coverity UNINIT - CID 10694
** Project changed: notify-osd => notify-osd (Ubuntu)
** No longer affects: notify-osd/oneiric
--
You received this bug notification because you are a member of DX
Packages, which is subscribed to notify-osd in Ubuntu.
Matching subscriptions: dx-packages
https://bugs.launchpad.net/bugs/943707
Title:
Coverity UNINIT - CID 10694
Status in “notify-osd” package in Ubuntu:
New
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: 10694
Checker: UNINIT
Category: No category available
CWE definition: http://cwe.mitre.org/data/definitions/457.html
File: /tmp/buildd/notify-osd-0.9.33/src/stack.c
Function: compare_id()
Code snippet:
124 gint
125 compare_id (gconstpointer a,
126 gconstpointer b)
127 {
CID 10694 - UNINIT
Declaring variable "result" without initializer.
128 gint result;
129 guint id_1;
130 guint id_2;
131
At conditional: "!a" taking False branch
At conditional: "!b" taking False branch
132 if (!a || !b)
133 return -1;
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/notify-osd/+bug/943707/+subscriptions