desktop-packages team mailing list archive
-
desktop-packages team
-
Mailing list archive
-
Message #83918
[Bug 1101572] Re: Coverity UNINIT_CTOR - CID 12573 - plugins/ezoom/src/ezoom.cpp - in function: EZoomScreen::ZoomArea::ZoomArea() - Non-static class members "xtrans" and "ytrans" are not initialized in this constructor nor in any functions that it calls.
** Changed in: compiz
Status: Fix Committed => Fix Released
** Changed in: compiz
Milestone: 0.9.10.2 => None
** Changed in: compiz/0.9.9
Status: New => Won't Fix
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to compiz in Ubuntu.
https://bugs.launchpad.net/bugs/1101572
Title:
Coverity UNINIT_CTOR - CID 12573 - plugins/ezoom/src/ezoom.cpp - in
function: EZoomScreen::ZoomArea::ZoomArea() - Non-static class members
"xtrans" and "ytrans" are not initialized in this constructor nor in
any functions that it calls.
Status in Compiz:
Fix Released
Status in Compiz 0.9.9 series:
Won't Fix
Status in “compiz” package in Ubuntu:
Fix Released
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://wiki.ubuntu.com/CanonicalProductStrategy/Coverity
CID: 12573
Checker: UNINIT_CTOR
Category: No category available
CWE definition: http://cwe.mitre.org/data/definitions/457.html
File: /tmp/buildd/compiz-0.9.9~daily13.01.14/plugins/ezoom/src/ezoom.cpp
Function: EZoomScreen::ZoomArea::ZoomArea()
Code snippet:
223 realXTranslate (0.0f),
224 realYTranslate (0.0f),
225 locked (false)
226 {
CID 12573 - UNINIT_CTOR
Non-static class member "xtrans" is not initialized in this constructor nor in any functions that it calls.
Non-static class member "ytrans" is not initialized in this constructor nor in any functions that it calls.
227 }
228 /* Adjust the velocity in the z-direction. */
229 void
230 EZoomScreen::adjustZoomVelocity (int out, float chunk)
231 {
232 float d, adjust, amount;
To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/1101572/+subscriptions