New Defects reported by Coverity Scan for LibreOffice
scan-admin at coverity.com
scan-admin at coverity.com
Tue Jul 19 08:27:30 UTC 2022
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.
7 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 1399184: Error handling issues (UNCAUGHT_EXCEPT)
/sc/source/core/tool/scmatrix.cxx: 393 in ScMatrixImpl::~ScMatrixImpl()()
________________________________________________________________________________________________________
*** CID 1399184: Error handling issues (UNCAUGHT_EXCEPT)
/sc/source/core/tool/scmatrix.cxx: 393 in ScMatrixImpl::~ScMatrixImpl()()
387 ScMatrixImpl::ScMatrixImpl( size_t nC, size_t nR, const std::vector<double>& rInitVals ) :
388 maMat(nR, nC, rInitVals.begin(), rInitVals.end()), maMatFlag(nR, nC), pErrorInterpreter(nullptr)
389 {
390 nElementsMax -= GetElementCount();
391 }
392
>>> CID 1399184: Error handling issues (UNCAUGHT_EXCEPT)
>>> An exception of type "mdds::general_error" is thrown but the throw list "noexcept" doesn't allow it to be thrown. This will cause a call to unexpected() which usually calls terminate().
393 ScMatrixImpl::~ScMatrixImpl()
394 {
395 nElementsMax += GetElementCount();
396 Clear();
397 }
398
________________________________________________________________________________________________________
To view the defects in Coverity Scan visit, https://u15810271.ct.sendgrid.net/ls/click?upn=HRESupC-2F2Czv4BOaCWWCy7my0P0qcxCbhZ31OYv50ypSs1kiFPuCn2xFdlMIFBirii0zZ9j2-2F9F2XPBcBm2BNgi9duPy3v-2FzgFDd2LJ-2BDKI-3DIU8K_OTq2XUZbbipYjyLSo6GRo-2FpVxQ9OzkDINu9UTS-2FQhSdO0F0jQniitrGlNxDIzPJi-2F2bUkEfZxZvK4xIn5rzAYBSfFum7Xp3-2BHVkM9IHA8J724GmJD9003a5tIv1IUgGir0ZT0nhGNPTZJ21eNvRvatvxKQs108PEOUXkAIuD0Wn1YTkAc8zILAJOOfQ7lenQlBkaryua22BxsL2EuJOjZ7cvKCEJJrsAUYSOoIfF4-2Fo-3D
More information about the LibreOffice
mailing list