Hi, Please find the latest report on new defect(s) introduced to digiKam found with Coverity Scan. Defect(s) Reported-by: Coverity Scan Showing 2 of 2 defect(s) ** CID 1216472: Allocation size mismatch (SIZECHECK) /extra/kipi-plugins/panorama/ptoparser/panoParser.y: 204 in yyparse() /extra/kipi-plugins/panorama/ptoparser/panoParser.y: 233 in yyparse() /extra/kipi-plugins/panorama/ptoparser/panoParser.y: 261 in yyparse() /extra/kipi-plugins/panorama/ptoparser/panoParser.y: 166 in yyparse() ** CID 1216473: Uninitialized pointer field (UNINIT_CTOR) /mnt/devel/GIT/3.x/core/utilities/importui/backend/camerathumbsctrl.cpp: 54 in Digikam::CameraThumbsCtrl::Private::Private()() ________________________________________________________________________________________________________ *** CID 1216472: Allocation size mismatch (SIZECHECK) /extra/kipi-plugins/panorama/ptoparser/panoParser.y: 204 in yyparse() 198 199 200 201 202 203 >>> CID 1216472: Allocation size mismatch (SIZECHECK) >>> Allocating a multiple of 8 bytes to pointer of type int, which needs 4 bytes. /extra/kipi-plugins/panorama/ptoparser/panoParser.y: 233 in yyparse() 227 228 229 230 231 232 >>> CID 1216472: Allocation size mismatch (SIZECHECK) >>> Allocating a multiple of 8 bytes to pointer of type int, which needs 4 bytes. /extra/kipi-plugins/panorama/ptoparser/panoParser.y: 261 in yyparse() 255 256 257 258 259 260 >>> CID 1216472: Allocation size mismatch (SIZECHECK) >>> Allocating a multiple of 8 bytes to pointer of type int, which needs 4 bytes. /extra/kipi-plugins/panorama/ptoparser/panoParser.y: 166 in yyparse() 160 161 162 163 164 165 >>> CID 1216472: Allocation size mismatch (SIZECHECK) >>> Allocating a multiple of 8 bytes to pointer of type int, which needs 4 bytes. ________________________________________________________________________________________________________ *** CID 1216473: Uninitialized pointer field (UNINIT_CTOR) /mnt/devel/GIT/3.x/core/utilities/importui/backend/camerathumbsctrl.cpp: 54 in Digikam::CameraThumbsCtrl::Private::Private()() 48 49 public: 50 51 Private() 52 : controller(0) 53 { >>> CID 1216473: Uninitialized pointer field (UNINIT_CTOR) >>> Non-static class member "kdeJob" is not initialized in this constructor nor in any functions that it calls. 54 } 55 56 QCache<KUrl, CachedItem> cache; // Camera info/thumb cache based on item url keys. 57 58 KUrl::List pendingItems; 59 ________________________________________________________________________________________________________ To view the defects in Coverity Scan visit, http://scan.coverity.com/projects/285?tab=overview To unsubscribe from the email notification for new defects, http://scan5.coverity.com/cgi-bin/unsubscribe.py _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
Free forum by Nabble | Edit this page |