[Digikam-devel] New Defects reported by Coverity Scan for digiKam
scan-admin at coverity.com
scan-admin at coverity.com
Tue May 19 00:48:50 BST 2015
Hi,
Please find the latest report on new defect(s) introduced to digiKam found with Coverity Scan.
2 new defect(s) introduced to digiKam found with Coverity Scan.
New defect(s) Reported-by: Coverity Scan
Showing 2 of 2 defect(s)
** CID 1299044: Uninitialized members (UNINIT_CTOR)
/mnt/devel/GIT/4.x/extra/libkvkontakte/autotests/test_photos.cpp: 39 in TestPhotos::TestPhotos()()
________________________________________________________________________________________________________
*** CID 1299044: Uninitialized members (UNINIT_CTOR)
/mnt/devel/GIT/4.x/extra/libkvkontakte/autotests/test_photos.cpp: 39 in TestPhotos::TestPhotos()()
33
34 using namespace Vkontakte;
35
36 TestPhotos::TestPhotos()
37 : VkTestBase()
38 {
>>> CID 1299044: Uninitialized members (UNINIT_CTOR)
>>> Non-static class member "m_photoId" is not initialized in this constructor nor in any functions that it calls.
39 }
40
41 void TestPhotos::initTestCase()
42 {
43 authenticate();
44
** CID 1299043: Uninitialized members (UNINIT_CTOR)
/mnt/devel/GIT/4.x/extra/kipi-plugins/flickrexport/flickritem.h: 83 in KIPIFlickrExportPlugin::FPhotoInfo::FPhotoInfo()()
________________________________________________________________________________________________________
*** CID 1299043: Uninitialized members (UNINIT_CTOR)
/mnt/devel/GIT/4.x/extra/kipi-plugins/flickrexport/flickritem.h: 83 in KIPIFlickrExportPlugin::FPhotoInfo::FPhotoInfo()()
77 {
78 is_public = false;
79 is_family = false;
80 is_friend = false;
81 safety_level = FlickrList::SAFE;
82 content_type = FlickrList::PHOTO;
>>> CID 1299043: Uninitialized members (UNINIT_CTOR)
>>> Non-static class member "size" is not initialized in this constructor nor in any functions that it calls.
83 }
84
85 bool is_public;
86 bool is_friend;
87 bool is_family;
88
________________________________________________________________________________________________________
To view the defects in Coverity Scan visit, https://scan.coverity.com/projects/285?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=621bfe7450f4a870432a2a9c106aa3a8 .
More information about the Digikam-devel
mailing list