Date: prev next · Thread: first prev next last
2015 Archives by date, by thread · List index


On Thu, 2015-03-19 at 08:58 -0700, scan-admin@coverity.com wrote:
Hi,

Please find the latest report on new defect(s) introduced to LibreOffice found with Coverity Scan.

caolanm->Tamás: cid#1288897
after f7424ed710e54bb2437a28380b03ed7c26290edc
SdTabTemplateDlg::GetRefreshedSet->SdTabTemplateDlg::RefreshInputSet has
a leaky "pRet = new SfxItemSet" in it now, what's the right fix there ?

caolanm->Bjoern: cid#1288896
after b0dae8c4c57aa50bbff7b3fd4d84476636bf1677
SwModify::ModifyBroadcast now has...
 while(aIter.m_pPosition && !aIter.m_pPosition->IsA( nType ) )
   ...
 aIter.m_pCurrent = aIter.m_pPosition;
 aIter->Modify( pOldValue, pNewValue );
which suggests that m_pCurrent can be NULL because of the m_pPosition
check, and so the deref of aIter derefs the NULL m_pCurrent ?

C.





Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.