Coverity PW.SIGNED_ONE_BIT_FIELD - CID 10014
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Compiz |
Triaged
|
Low
|
Unassigned | ||
Compiz Core |
New
|
Medium
|
Unassigned | ||
0.9.5 |
New
|
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: 10014
Checker: PW.SIGNED_
Category: No category available
CWE definition: No definition available
File: /usr/include/
Function: No function name available
Code snippet:
462 /** How many tokens are in the tokens list. */
463 int n_tokens;
464
465 /** Does the expression contain any variables? */
CID 10014 - PW.SIGNED_
signed bit field of length 1
During compilation of file '/tmp/buildd/
466 gboolean constant : 1;
467 } MetaDrawSpec;
468
469 /**
470 * A single drawing operation in our simple vector drawing language.
471 */
Changed in compiz: | |
importance: | Undecided → Medium |
Changed in compiz: | |
importance: | Medium → Low |
status: | New → Triaged |
Source file with Coverity annotations.