Coverity FORWARD_NULL - CID 12454 - plugins/kdecompat/src/kdecompat.cpp - in function: KDECompatWindow::glPaint(const GLWindowPaintAttrib &, const GLMatrix &, const CompRegion &, unsigned int) - Comparing "this->mSlideData" to null implies that "this->mSlideData" might be null. Dereferencing null pointer "this->mSlideData".
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Compiz |
Confirmed
|
Medium
|
Unassigned | ||
0.9.9 |
Won't Fix
|
High
|
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: 12454
Checker: FORWARD_NULL
Category: No category available
CWE definition: http://
File: /tmp/buildd/
Function: KDECompatWindow
Code snippet:
192 bool status = false;
193
194 KDECOMPAT_SCREEN (screen);
195
CID 12454 - FORWARD_NULL
Comparing "this->mSlideData" to null implies that "this->mSlideData" might be null.
Dereferencing null pointer "this->mSlideData".
196 if ((!(ks-
197 !(mSlideData || mSlideData-
198 !window->mapNum () ||
199 (mask & PAINT_WINDOW_
200 {
201 status = gWindow->glPaint (attrib, transform, region, mask);
summary: |
- Coverity FORWARD_NULL - CID 12454 + Coverity FORWARD_NULL - CID 12454 - plugins/kdecompat/src/kdecompat.cpp + - in function: KDECompatWindow::glPaint(const GLWindowPaintAttrib &, + const GLMatrix &, const CompRegion &, unsigned int) - Comparing + "this->mSlideData" to null implies that "this->mSlideData" might be + null. Dereferencing null pointer "this->mSlideData". |
Changed in compiz: | |
milestone: | none → 0.9.10.0 |
Changed in compiz: | |
milestone: | 0.9.10.0 → 0.9.11.0 |
Changed in compiz: | |
status: | New → Confirmed |
importance: | High → Medium |
milestone: | 0.9.11.0 → 0.9.12.1 |
Changed in compiz: | |
milestone: | 0.9.12.1 → 0.9.12.2 |
Source file with Coverity annotations.