New Defects reported by Coverity Scan for LibreOffice
scan-admin at coverity.com
scan-admin at coverity.com
Mon Mar 9 10:21:01 PDT 2015
Hi,
Please find the latest report on new defect(s) introduced to LibreOffice found with Coverity Scan.
3 new defect(s) introduced to LibreOffice found with Coverity Scan.
5 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 3 of 3 defect(s)
** CID 1287400: Control flow issues (MISSING_BREAK)
/sc/source/core/tool/compiler.cxx: 3850 in ScCompiler::CompileString(const rtl::OUString &)()
________________________________________________________________________________________________________
*** CID 1287400: Control flow issues (MISSING_BREAK)
/sc/source/core/tool/compiler.cxx: 3850 in ScCompiler::CompileString(const rtl::OUString &)()
3844 aCorrectedSymbol.clear();
3845 }
3846 }
3847 if (bUseFunctionStack && nFunction)
3848 --nFunction;
3849 }
>>> CID 1287400: Control flow issues (MISSING_BREAK)
>>> The above case falls through to this one.
3850 case ocTableRefOpen:
3851 {
3852 // Don't count following item separator as parameter separator.
3853 if (bUseFunctionStack)
3854 {
3855 ++nFunction;
________________________________________________________________________________________________________
To view the defects in Coverity Scan visit, https://scan.coverity.com/projects/211?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