Coverity UNINIT_CTOR - CID 12575 - plugins/firepaint/src/firepaint.cpp - in function: ParticleSystem::ParticleSystem() - Non-static class member "blendMode" is not initialized in this constructor nor in any functions that it calls.
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Compiz |
Fix Released
|
Medium
|
MC Return | ||
0.9.9 |
Won't Fix
|
Medium
|
Unassigned | ||
compiz (Ubuntu) |
Fix Released
|
Undecided
|
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: 12575
Checker: UNINIT_CTOR
Category: No category available
CWE definition: http://
File: /tmp/buildd/
Function: ParticleSystem:
Code snippet:
62 x (0),
63 y (0)
64 {
65 initParticles (0);
CID 12575 - UNINIT_CTOR
Non-static class member "blendMode" is not initialized in this constructor nor in any functions that it calls.
66 }
67
68 ParticleSystem:
69 {
70 finiParticles ();
71 }
Related branches
- PS Jenkins bot (community): Approve (continuous-integration)
- Sam Spilsbury: Approve
- MC Return: Needs Resubmitting
-
Diff: 820 lines (+200/-192)3 files modifiedplugins/firepaint/firepaint.xml.in (+31/-24)
plugins/firepaint/src/firepaint.cpp (+112/-112)
plugins/firepaint/src/firepaint.h (+57/-56)
summary: |
- Coverity UNINIT_CTOR - CID 12575 + Coverity UNINIT_CTOR - CID 12575 - plugins/firepaint/src/firepaint.cpp - + in function: ParticleSystem::ParticleSystem() - Non-static class member + "blendMode" is not initialized in this constructor nor in any functions + that it calls. |
Changed in compiz: | |
milestone: | none → 0.9.10.0 |
assignee: | nobody → MC Return (mc-return) |
status: | New → Triaged |
Changed in compiz: | |
status: | Triaged → In Progress |
Source file with Coverity annotations.