Coverity UNINIT_CTOR - CID 12369

Bug #1088324 reported by Product Strategy Coverity Bug Uploader
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
chewie-client
New
Medium
Unassigned
12.10
New
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://wiki.ubuntu.com/CanonicalProductStrategy/Coverity
CID: 12369
Checker: UNINIT_CTOR
Category: No category available
CWE definition: http://cwe.mitre.org/data/definitions/457.html
File: /tmp/buildd/indicators-client-0.17/chewieui/libchewieui/inlinesectionmenuproxymodel.cpp
Function: InlineSectionMenuProxyModel::InlineSectionMenuProxyModel(QObject *)
Code snippet:
 90 InlineSectionMenuProxyModel::InlineSectionMenuProxyModel(QObject *parent)
 91 : QAbstractListModel(parent),
 92 m_baseModel(0)
 93 {
CID 12369 - UNINIT_CTOR
Non-static class member "m_count" is not initialized in this constructor nor in any functions that it calls.
 94 }
 95
 96 /*! \internal */
 97 InlineSectionMenuProxyModel::~InlineSectionMenuProxyModel()
 98 {
 99 }

Revision history for this message
Product Strategy Coverity Bug Uploader (coverity-uploader) wrote : chewie-client-12.10: /tmp/buildd/indicators-client-0.17/chewieui/libchewieui/inlinesectionmenuproxymodel.cpp

Source file with Coverity annotations.

Changed in chewie-client:
importance: Undecided → Medium
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.