New Defects reported by Coverity Scan for LibreOffice
scan-admin at coverity.com
scan-admin at coverity.com
Mon Apr 4 16:27:49 UTC 2016
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.
New defect(s) Reported-by: Coverity Scan
Showing 1 of 1 defect(s)
** CID 1358119: Uninitialized members (UNINIT_CTOR)
/sc/source/ui/unoobj/chart2uno.cxx: 151 in <unnamed>::TokenTable::TokenTable()()
________________________________________________________________________________________________________
*** CID 1358119: Uninitialized members (UNINIT_CTOR)
/sc/source/ui/unoobj/chart2uno.cxx: 151 in <unnamed>::TokenTable::TokenTable()()
145 vector<FormulaToken*> maTokens;
146
147 // noncopyable
148 TokenTable(const TokenTable&) = delete;
149 const TokenTable& operator=(const TokenTable&) = delete;
150
>>> CID 1358119: Uninitialized members (UNINIT_CTOR)
>>> Non-static class member "mnColCount" is not initialized in this constructor nor in any functions that it calls.
151 TokenTable() = default;
152 void init( SCCOL nColCount, SCROW nRowCount )
153 {
154 mnColCount = nColCount;
155 mnRowCount = nRowCount;
156 maTokens.reserve(mnColCount*mnRowCount);
________________________________________________________________________________________________________
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