Coverity FORWARD_NULL - CID 12456 - plugins/rotate/src/rotate.cpp - in unction: RotateScreen::initiate(CompAction *, unsigned int, std::vector<CompOption, std::allocator<CompOption>> &) - Comparing "action" to null implies that "action" might be null.
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Compiz |
Triaged
|
Medium
|
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: 12456
Checker: FORWARD_NULL
Category: No category available
CWE definition: http://
File: /tmp/buildd/
Function: RotateScreen:
Code snippet:
408
409 /* Set the rotation state for cube - if action is non-NULL,
410 we set it to manual (as we were called from the 'Initiate
411 Rotation' binding. Otherwise, we set it to Change. */
CID 12456 - FORWARD_NULL
Comparing "action" to null implies that "action" might be null.
Comparing "action" to null implies that "action" might be null.
412 if (action)
413 cubeScreen-
414 else
415 cubeScreen-
416
417 screen-
summary: |
- Coverity FORWARD_NULL - CID 12456 + Coverity FORWARD_NULL - CID 12456 - plugins/rotate/src/rotate.cpp - in + unction: RotateScreen::initiate(CompAction *, unsigned int, + std::vector<CompOption, std::allocator<CompOption>> &) - Comparing + "action" to null implies that "action" might be null. |
Changed in compiz: | |
milestone: | none → 0.9.10.0 |
Changed in compiz: | |
milestone: | 0.9.10.0 → 0.9.11.0 |
Changed in compiz: | |
milestone: | 0.9.11.0 → 0.9.12.0 |
no longer affects: | compiz/0.9.9 |
Changed in compiz: | |
status: | New → Confirmed |
importance: | High → Medium |
status: | Confirmed → Triaged |
Changed in compiz: | |
milestone: | 0.9.12.0 → 0.9.12.1 |
Changed in compiz: | |
milestone: | 0.9.12.1 → 0.9.12.2 |
Source file with Coverity annotations.