[Digikam-devel] New Defects reported by Coverity Scan for digiKam
scan-admin at coverity.com
scan-admin at coverity.com
Thu Jun 23 23:58:25 BST 2016
Hi,
Please find the latest report on new defect(s) introduced to digiKam found with Coverity Scan.
1 new defect(s) introduced to digiKam found with Coverity Scan.
1 defect(s), reported by Coverity Scan earlier, were marked fixed in the recent build analyzed by Coverity Scan.
New defect(s) Reported-by: Coverity Scan
Showing 1 of 1 defect(s)
** CID 1362833: Uninitialized members (UNINIT_CTOR)
/home/gilles/Devel/5.x/core/libs/database/server/databaseserver.cpp: 78 in Digikam::DatabaseServer::DatabaseServer(QObject *)()
________________________________________________________________________________________________________
*** CID 1362833: Uninitialized members (UNINIT_CTOR)
/home/gilles/Devel/5.x/core/libs/database/server/databaseserver.cpp: 78 in Digikam::DatabaseServer::DatabaseServer(QObject *)()
72
73 DatabaseServer::DatabaseServer(QObject* const application)
74 : QThread(application),
75 d(new Private)
76 {
77 d->app = application;
>>> CID 1362833: Uninitialized members (UNINIT_CTOR)
>>> Non-static class member "databaseServerStateEnum" is not initialized in this constructor nor in any functions that it calls.
78 }
79
80 DatabaseServer::~DatabaseServer()
81 {
82 delete d;
83 }
________________________________________________________________________________________________________
To view the defects in Coverity Scan visit, https://scan.coverity.com/projects/digikam?tab=overview
To manage Coverity Scan email notifications for "digikam-devel at kde.org", click https://scan.coverity.com/subscriptions/edit?email=digikam-devel%40kde.org&token=21cb92ead57ab0f49fa8806fad113bc4
More information about the Digikam-devel
mailing list