New Defects reported by Coverity Scan for LibreOffice
scan-admin at coverity.com
scan-admin at coverity.com
Thu Oct 29 16:00:07 PDT 2015
Hi,
Please find the latest report on new defect(s) introduced to LibreOffice found with Coverity Scan.
1 new defect(s) introduced to LibreOffice found with Coverity Scan.
11 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 1332210: Uninitialized members (UNINIT_CTOR)
/slideshow/source/engine/OGLTrans/generic/OGLTrans_TransitionImpl.cxx: 1661 in <unnamed>::VortexTransition::VortexTransition(const TransitionScene &, const TransitionSettings &, int, int)()
________________________________________________________________________________________________________
*** CID 1332210: Uninitialized members (UNINIT_CTOR)
/slideshow/source/engine/OGLTrans/generic/OGLTrans_TransitionImpl.cxx: 1661 in <unnamed>::VortexTransition::VortexTransition(const TransitionScene &, const TransitionSettings &, int, int)()
1655 mnNY(nNY)
1656 {
1657 mvCenters.resize(6*mnNX*mnNY);
1658 mvTileXIndexes.resize(6*mnNX*mnNY);
1659 mvTileYIndexes.resize(6*mnNX*mnNY);
1660 mvVertexIndexesInTiles.resize(6*mnNX*mnNY);
>>> CID 1332210: Uninitialized members (UNINIT_CTOR)
>>> Non-static class member "mnVertexIndexInTileBuffer" is not initialized in this constructor nor in any functions that it calls.
1661 }
1662
1663 private:
1664 virtual void prepare( double nTime, double SlideWidth, double SlideHeight, double DispWidth, double DispHeight ) override;
1665
1666 virtual void finish( double nTime, double SlideWidth, double SlideHeight, double DispWidth, double DispHeight ) override;
________________________________________________________________________________________________________
To view the defects in Coverity Scan visit, https://scan.coverity.com/projects/libreoffice?tab=overview
To manage Coverity Scan email notifications for "libreoffice at lists.freedesktop.org", click https://scan.coverity.com/subscriptions/edit?email=libreoffice%40lists.freedesktop.org&token=d6481d718a775246b2340f282ebe5939
More information about the LibreOffice
mailing list