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.
3 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 1668302: Uninitialized members (UNINIT_CTOR)
/oox/source/drawingml/textbodycontext.cxx: 183 in
oox::drawingml::TextBodyContext::TextBodyContext(const
oox::core::ContextHandler2Helper &, oox::drawingml::TextBody &)()
_____________________________________________________________________________________________
*** CID 1668302: Uninitialized members (UNINIT_CTOR)
/oox/source/drawingml/textbodycontext.cxx: 183 in
oox::drawingml::TextBodyContext::TextBodyContext(const
oox::core::ContextHandler2Helper &, oox::drawingml::TextBody &)()
177 }
178
179 TextBodyContext::TextBodyContext( ContextHandler2Helper const &
rParent, TextBody& rTextBody )
180 : ContextHandler2( rParent )
181 , mrTextBody( rTextBody )
182 {
>>> CID 1668302: Uninitialized members (UNINIT_CTOR)
>>> Non-static class member "mListNumberingMask" is not initialized in this
>>> constructor nor in any functions that it calls.
183 }
184
185 TextBodyContext::TextBodyContext(ContextHandler2Helper const& rParent,
const ShapePtr& pShapePtr)
186 : TextBodyContext(rParent, *pShapePtr->getTextBody())
187 {
188 mpShapePtr = pShapePtr;
** CID 1668301: Uninitialized members (UNINIT_CTOR)
/oox/source/drawingml/textbodycontext.cxx: 189 in
oox::drawingml::TextBodyContext::TextBodyContext(const
oox::core::ContextHandler2Helper &, const
std::shared_ptr<oox::drawingml::Shape> &)()
_____________________________________________________________________________________________
*** CID 1668301: Uninitialized members (UNINIT_CTOR)
/oox/source/drawingml/textbodycontext.cxx: 189 in
oox::drawingml::TextBodyContext::TextBodyContext(const
oox::core::ContextHandler2Helper &, const
std::shared_ptr<oox::drawingml::Shape> &)()
183 }
184
185 TextBodyContext::TextBodyContext(ContextHandler2Helper const& rParent,
const ShapePtr& pShapePtr)
186 : TextBodyContext(rParent, *pShapePtr->getTextBody())
187 {
188 mpShapePtr = pShapePtr;
>>> CID 1668301: Uninitialized members (UNINIT_CTOR)
>>> Non-static class member "mListNumberingMask" is not initialized in this
>>> constructor nor in any functions that it calls.
189 }
190
191 ContextHandlerRef TextBodyContext::onCreateContext( sal_Int32
aElementToken, const AttributeList& rAttribs )
192 {
193 switch( aElementToken )
194 {
________________________________________________________________________________________________________
To view the defects in Coverity Scan visit,
https://scan.coverity.com/projects/libreoffice?tab=overview