New Defects reported by Coverity Scan for LibreOffice
scan-admin at coverity.com
scan-admin at coverity.com
Wed Jan 22 18:10:25 UTC 2025
Hi,
Please find the latest report on new defect(s) introduced to LibreOffice found with Coverity Scan.
2 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 2 of 2 defect(s)
** CID 1641417: Uninitialized members (UNINIT_CTOR)
/sc/source/ui/app/inputhdl.cxx: 3191 in ScInputHandler::EnterHandler(ScEnterMode, bool)::[lambda(bool) (instance 1)]::lambda(const [lambda(bool) (instance 1)]&)()
________________________________________________________________________________________________________
*** CID 1641417: Uninitialized members (UNINIT_CTOR)
/sc/source/ui/app/inputhdl.cxx: 3191 in ScInputHandler::EnterHandler(ScEnterMode, bool)::[lambda(bool) (instance 1)]::lambda(const [lambda(bool) (instance 1)]&)()
3185 bInEnterHandler = false;
3186 return;
3187 }
3188
3189 pData->DoError(
3190 pActiveViewSh->GetFrameWeld(), aString, aCursorPos,
>>> CID 1641417: Uninitialized members (UNINIT_CTOR)
>>> Non-static class member "this" is not initialized in this constructor nor in any functions that it calls.
3191 [this, nBlockMode, aString, aPreAutoCorrectString](bool bForget)
3192 { EnterHandler2(nBlockMode, bForget, aString, aPreAutoCorrectString); });
3193 return;
3194 }
3195 }
3196 }
** CID 1641416: Uninitialized members (UNINIT_CTOR)
/sc/source/ui/app/inputhdl.cxx: 3191 in ScInputHandler::EnterHandler(ScEnterMode, bool)::[lambda(bool) (instance 1)]::lambda([lambda(bool) (instance 1)]&&)()
________________________________________________________________________________________________________
*** CID 1641416: Uninitialized members (UNINIT_CTOR)
/sc/source/ui/app/inputhdl.cxx: 3191 in ScInputHandler::EnterHandler(ScEnterMode, bool)::[lambda(bool) (instance 1)]::lambda([lambda(bool) (instance 1)]&&)()
3185 bInEnterHandler = false;
3186 return;
3187 }
3188
3189 pData->DoError(
3190 pActiveViewSh->GetFrameWeld(), aString, aCursorPos,
>>> CID 1641416: Uninitialized members (UNINIT_CTOR)
>>> Non-static class member "this" is not initialized in this constructor nor in any functions that it calls.
3191 [this, nBlockMode, aString, aPreAutoCorrectString](bool bForget)
3192 { EnterHandler2(nBlockMode, bForget, aString, aPreAutoCorrectString); });
3193 return;
3194 }
3195 }
3196 }
________________________________________________________________________________________________________
To view the defects in Coverity Scan visit, https://scan.coverity.com/projects/libreoffice?tab=overview
More information about the LibreOffice
mailing list