[Digikam-devel] New Defects reported by Coverity Scan for digiKam
scan-admin at coverity.com
scan-admin at coverity.com
Sun Jun 19 23:26:45 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 1362781: Uninitialized members (UNINIT_CTOR)
/home/gilles/Devel/5.x/core/libs/database/server/databaseserver.cpp: 76 in Digikam::DatabaseServer::DatabaseServer(QCoreApplication *)()
________________________________________________________________________________________________________
*** CID 1362781: Uninitialized members (UNINIT_CTOR)
/home/gilles/Devel/5.x/core/libs/database/server/databaseserver.cpp: 76 in Digikam::DatabaseServer::DatabaseServer(QCoreApplication *)()
70
71 DatabaseServer::DatabaseServer(QCoreApplication* const application)
72 : QThread(application),
73 d(new Private)
74 {
75 d->app = application;
>>> CID 1362781: Uninitialized members (UNINIT_CTOR)
>>> Non-static class member "databaseServerStateEnum" is not initialized in this constructor nor in any functions that it calls.
76 }
77
78 DatabaseServer::~DatabaseServer()
79 {
80 delete d;
81 }
________________________________________________________________________________________________________
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