[Digikam-devel] New Defects reported by Coverity Scan for digiKam
scan-admin at coverity.com
scan-admin at coverity.com
Sun Feb 7 04:47:36 GMT 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.
3 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 1351898: Null pointer dereferences (FORWARD_NULL)
/home/gilles/Devel/5.x/extra/libkipi/tests/kipicmd/main.cpp: 349 in main()
________________________________________________________________________________________________________
*** CID 1351898: Null pointer dereferences (FORWARD_NULL)
/home/gilles/Devel/5.x/extra/libkipi/tests/kipicmd/main.cpp: 349 in main()
343 QList<QUrl> listSelectedImages;
344 QList<QUrl> listSelectedAlbums;
345 QList<QUrl> listAllAlbums;
346
347 // Determine which with list we start
348
>>> CID 1351898: Null pointer dereferences (FORWARD_NULL)
>>> Assigning: "startList" = "NULL".
349 QList<QUrl>* startList = 0;
350
351 if (parser.isSet(QString::fromLatin1("i")))
352 {
353 startList = &listSelectedImages;
354 startList->append(QUrl::fromLocalFile(parser.value(QString::fromLatin1("i"))));
________________________________________________________________________________________________________
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=621bfe7450f4a870432a2a9c106aa3a8
More information about the Digikam-devel
mailing list