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=overviewTo manage Coverity Scan email notifications for "
[hidden email]", click
https://scan.coverity.com/subscriptions/edit?email=digikam-devel%40kde.org&token=21cb92ead57ab0f49fa8806fad113bc4_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel