New Defects reported by Coverity Scan for LibreOffice
scan-admin at coverity.com
scan-admin at coverity.com
Wed Nov 15 09:40:55 UTC 2023
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.
2 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 1550112: Uninitialized members (UNINIT_CTOR)
/sw/source/uibase/config/viewopt.cxx: 353 in SwViewOption::SwViewOption(const SwViewOption&)()
________________________________________________________________________________________________________
*** CID 1550112: Uninitialized members (UNINIT_CTOR)
/sw/source/uibase/config/viewopt.cxx: 353 in SwViewOption::SwViewOption(const SwViewOption&)()
347 m_bTest5 = rVOpt.m_bTest5;
348 m_bTest6 = rVOpt.m_bTest6;
349 m_bTest7 = rVOpt.m_bTest7;
350 m_bTest8 = rVOpt.m_bTest8;
351 m_bTest10 = rVOpt.m_bTest10;
352 #endif
>>> CID 1550112: Uninitialized members (UNINIT_CTOR)
>>> Non-static class member "m_nIdxEntryLvl" is not initialized in this constructor nor in any functions that it calls.
353 }
354
355 SwViewOption& SwViewOption::operator=( const SwViewOption &rVOpt )
356 {
357 // #114856# Form view
358 m_sThemeName = rVOpt.m_sThemeName;
________________________________________________________________________________________________________
To view the defects in Coverity Scan visit, https://u15810271.ct.sendgrid.net/ls/click?upn=HRESupC-2F2Czv4BOaCWWCy7my0P0qcxCbhZ31OYv50ypSs1kiFPuCn2xFdlMIFBirii0zZ9j2-2F9F2XPBcBm2BNnPiSHxWPOELPnIxzXoBNaw-3D31GD_OTq2XUZbbipYjyLSo6GRo-2FpVxQ9OzkDINu9UTS-2FQhSdO0F0jQniitrGlNxDIzPJiCdwzNjCBJX-2BQDWM84U6psusb8SF6tI1hapm8erTH4tWc-2BnZtyIE9SH-2BN2nFA79ngDsvJ47b5SPuQjCmlBLaex2fDMjYDfY4h8HL5y8IUGh4ZD2Azse7GNbLu3bY-2Bkthyh2rvGmLIq9dSmR571xqZQ2gpqb9-2BIQWP7mwNq2H36pM-3D
More information about the LibreOffice
mailing list