Coverity UNUSED_VALUE - CID 10037
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:/
CID: 10037
Checker: UNUSED_VALUE
Category: No category available
CWE definition: http://
File: /tmp/buildd/
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_
290 schema = dee_model_
291 NULL);
292
293 schema = dee_model_
294 &n_cols);
295
Source file with Coverity annotations.