Coverity PASS_BY_VALUE - CID 12473 - src/window.cpp - in function: CompWindow::resize(XWindowAttributes) - Passing parameter attr of type XWindowAttributes (size 136 bytes) by value.
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Compiz |
New
|
Medium
|
Unassigned | ||
0.9.9 |
New
|
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: 12473
Checker: PASS_BY_VALUE
Category: No category available
CWE definition: No definition available
File: /tmp/buildd/
Function: CompWindow:
Code snippet:
1508 return true;
1509 }
1510
1511 bool
CID 12473 - PASS_BY_VALUE
Passing parameter attr of type XWindowAttributes (size 136 bytes) by value.
1512 CompWindow::resize (XWindowAttributes attr)
1513 {
1514 return resize (Geometry (attr.x, attr.y, attr.width, attr.height,
1515 attr.border_
1516 }
1517
summary: |
- Coverity PASS_BY_VALUE - CID 12473 + Coverity PASS_BY_VALUE - CID 12473 - src/window.cpp - in function: + CompWindow::resize(XWindowAttributes) - Passing parameter attr of type + XWindowAttributes (size 136 bytes) by value. |
Changed in compiz: | |
milestone: | none → 0.9.10.0 |
Changed in compiz: | |
milestone: | 0.9.10.0 → 0.9.10.2 |
Changed in compiz: | |
milestone: | 0.9.10.2 → 0.9.11.0 |
Source file with Coverity annotations.