dee

Coverity UNUSED_VALUE - CID 10037

Bug #937410 reported by Product Strategy Coverity Bug Uploader
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
dee
Status tracked in 1.0
1.0
New
Low
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: 10037
Checker: UNUSED_VALUE
Category: No category available
CWE definition: http://cwe.mitre.org/data/definitions/563.html
File: /tmp/buildd/dee-1.0.4/tests/test-model-column.c
Function: test_get_schema()
Code snippet:
286 const gchar* const *schema;
287 guint n_cols;
288
289 /* First check we don't crash when passing NULL for num_columns */
CID 10037 - UNUSED_VALUE
Pointer "schema" returned by "dee_model_get_schema(fix->model, NULL)" is never used.
290 schema = dee_model_get_schema (fix->model,
291 NULL);
292
293 schema = dee_model_get_schema (fix->model,
294 &n_cols);
295

Revision history for this message
Product Strategy Coverity Bug Uploader (coverity-uploader) wrote : dee-1.0: /tmp/buildd/dee-1.0.4/tests/test-model-column.c

Source file with Coverity annotations.

Changed in dee:
importance: Undecided → Low
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.