Coverity CHECKED_RETURN - CID 12399 - plugins/wobbly/src/wobbly.cpp - in function: WobblyWindow::WobblyWindow(CompWindow *) - Calling function "WobblyWindow::ensureModel()" without checking return value (as is done elsewhere 5 out of 6 times). No check of the return value of "this->ensureModel()".
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: 12399
Checker: CHECKED_RETURN
Category: No category available
CWE definition: http://
File: /tmp/buildd/
Function: WobblyWindow:
Code snippet:
2165 if ((w->mapNum () && wScreen-
2166 wScreen-
2167 {
2168 if (isWobblyWin ())
CID 12399 - CHECKED_RETURN
Calling function "WobblyWindow:
No check of the return value of "this->
2169 ensureModel ();
2170 }
2171
2172 WindowInterface
2173 CompositeWindow
2174 GLWindowInterfa
Changed in compiz: | |
milestone: | none → 0.9.10.0 |
summary: |
- Coverity CHECKED_RETURN - CID 12399 + Coverity CHECKED_RETURN - CID 12399 - plugins/wobbly/src/wobbly.cpp - in + function: WobblyWindow::WobblyWindow(CompWindow *) - Calling function + "WobblyWindow::ensureModel()" without checking return value (as is done + elsewhere 5 out of 6 times). No check of the return value of + "this->ensureModel()". |
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.