New Defects reported by Coverity Scan for LibreOffice
scan-admin at coverity.com
scan-admin at coverity.com
Sat Jan 21 00:47:22 UTC 2017
Hi,
Please find the latest report on new defect(s) introduced to LibreOffice found with Coverity Scan.
300 new defect(s) introduced to LibreOffice found with Coverity Scan.
21 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 20 of 300 defect(s)
** CID 1399404: Error handling issues (UNCAUGHT_EXCEPT)
/sw/source/core/text/redlnitr.cxx: 185 in SwRedlineItr::~SwRedlineItr()()
________________________________________________________________________________________________________
*** CID 1399404: Error handling issues (UNCAUGHT_EXCEPT)
/sw/source/core/text/redlnitr.cxx: 185 in SwRedlineItr::~SwRedlineItr()()
179 pExt = new SwExtend( *pArr, nExtStart );
180 else
181 pExt = nullptr;
182 Seek (rFnt, 0, COMPLETE_STRING);
183 }
184
>>> CID 1399404: Error handling issues (UNCAUGHT_EXCEPT)
>>> An exception of type "com::sun::star::uno::RuntimeException" is thrown but the throw list "throw()" doesn't allow it to be thrown. This will cause a call to unexpected() which usually calls terminate().
185 SwRedlineItr::~SwRedlineItr()
186 {
187 Clear( nullptr );
188 delete pSet;
189 delete pExt;
190 }
** CID 1399403: Error handling issues (UNCAUGHT_EXCEPT)
/sw/source/core/bastyp/calc.cxx: 364 in SwCalc::~SwCalc()()
________________________________________________________________________________________________________
*** CID 1399403: Error handling issues (UNCAUGHT_EXCEPT)
/sw/source/core/bastyp/calc.cxx: 364 in SwCalc::~SwCalc()()
358 nVal.PutString( rUserOptions.GetToken( aAdrToken[ 11 ] ));
359 sTmpStr = OUString::createFromAscii(sNTypeTab[25]);
360 m_aVarTable[ aHashValue[ 25 ] ]->pNext.reset( new SwCalcExp( sTmpStr, nVal, nullptr ) );
361
362 } // SwCalc::SwCalc
363
>>> CID 1399403: Error handling issues (UNCAUGHT_EXCEPT)
>>> An exception of type "std::length_error" is thrown but the throw list "throw()" doesn't allow it to be thrown. This will cause a call to unexpected() which usually calls terminate().
364 SwCalc::~SwCalc()
365 {
366 for(SwHash* p : m_aVarTable)
367 delete p;
368
369 if( m_pLocaleDataWrapper != m_aSysLocale.GetLocaleDataPtr() )
** CID 1399402: Error handling issues (UNCAUGHT_EXCEPT)
/sw/source/uibase/app/docstyle.cxx: 115 in SwImplShellAction::~SwImplShellAction()()
________________________________________________________________________________________________________
*** CID 1399402: Error handling issues (UNCAUGHT_EXCEPT)
/sw/source/uibase/app/docstyle.cxx: 115 in SwImplShellAction::~SwImplShellAction()()
109 {
110 pCurrSh = new CurrShell( pSh );
111 pSh->StartAllAction();
112 }
113 }
114
>>> CID 1399402: Error handling issues (UNCAUGHT_EXCEPT)
>>> An exception of type "com::sun::star::uno::RuntimeException" is thrown but the throw list "throw()" doesn't allow it to be thrown. This will cause a call to unexpected() which usually calls terminate().
115 SwImplShellAction::~SwImplShellAction()
116 {
117 if( pCurrSh )
118 {
119 pSh->EndAllAction();
120 delete pCurrSh;
** CID 1399401: (UNCAUGHT_EXCEPT)
/extensions/source/propctrlr/browserline.cxx: 70 in pcr::OBrowserLine::~OBrowserLine()()
/extensions/source/propctrlr/browserline.cxx: 70 in pcr::OBrowserLine::~OBrowserLine()()
________________________________________________________________________________________________________
*** CID 1399401: (UNCAUGHT_EXCEPT)
/extensions/source/propctrlr/browserline.cxx: 70 in pcr::OBrowserLine::~OBrowserLine()()
64 ,m_bIndentTitle( false )
65 ,m_bReadOnly( false )
66 {
67 m_aFtTitle->Show();
68 }
69
>>> CID 1399401: (UNCAUGHT_EXCEPT)
>>> An exception of type "com::sun::star::uno::RuntimeException" is thrown but the throw list "throw()" doesn't allow it to be thrown. This will cause a call to unexpected() which usually calls terminate().
70 OBrowserLine::~OBrowserLine()
71 {
72 implHideBrowseButton( true, false );
73 implHideBrowseButton( false, false );
74 m_aFtTitle.disposeAndClear();
75 }
/extensions/source/propctrlr/browserline.cxx: 70 in pcr::OBrowserLine::~OBrowserLine()()
64 ,m_bIndentTitle( false )
65 ,m_bReadOnly( false )
66 {
67 m_aFtTitle->Show();
68 }
69
>>> CID 1399401: (UNCAUGHT_EXCEPT)
>>> An exception of type "com::sun::star::uno::RuntimeException" is thrown but the throw list "throw()" doesn't allow it to be thrown. This will cause a call to unexpected() which usually calls terminate().
70 OBrowserLine::~OBrowserLine()
71 {
72 implHideBrowseButton( true, false );
73 implHideBrowseButton( false, false );
74 m_aFtTitle.disposeAndClear();
75 }
** CID 1399400: Error handling issues (UNCAUGHT_EXCEPT)
/sal/qa/osl/mutex/osl_Mutex.cxx: 219 in GlobalMutexThread::~GlobalMutexThread()()
________________________________________________________________________________________________________
*** CID 1399400: Error handling issues (UNCAUGHT_EXCEPT)
/sal/qa/osl/mutex/osl_Mutex.cxx: 219 in GlobalMutexThread::~GlobalMutexThread()()
213 class GlobalMutexThread : public Thread
214 {
215 public:
216 //get the Mutex pointer to operate
217 GlobalMutexThread( ){ }
218
>>> CID 1399400: Error handling issues (UNCAUGHT_EXCEPT)
>>> An exception of type "CppUnit::Exception" is thrown but the throw list "throw()" doesn't allow it to be thrown. This will cause a call to unexpected() which usually calls terminate().
219 virtual ~GlobalMutexThread( ) override
220 {
221 CPPUNIT_ASSERT_MESSAGE( "#GlobalMutexThread does not shutdown properly.\n", !isRunning( ) );
222 }
223 protected:
224 void SAL_CALL run( ) override
** CID 1399399: Error handling issues (UNCAUGHT_EXCEPT)
/toolkit/source/controls/grid/sortablegriddatamodel.cxx: 254 in <unnamed>::SortableGridDataModel::~SortableGridDataModel()()
________________________________________________________________________________________________________
*** CID 1399399: Error handling issues (UNCAUGHT_EXCEPT)
/toolkit/source/controls/grid/sortablegriddatamodel.cxx: 254 in <unnamed>::SortableGridDataModel::~SortableGridDataModel()()
248 ENSURE_OR_THROW( i_copySource.m_delegator.is(),
249 "not expected to be called for a disposed copy source!" );
250 m_delegator.set( i_copySource.m_delegator->createClone(), UNO_QUERY_THROW );
251 }
252
253
>>> CID 1399399: Error handling issues (UNCAUGHT_EXCEPT)
>>> An exception of type "com::sun::star::uno::RuntimeException" is thrown but the throw list "throw()" doesn't allow it to be thrown. This will cause a call to unexpected() which usually calls terminate().
254 SortableGridDataModel::~SortableGridDataModel()
255 {
256 if ( !rBHelper.bDisposed )
257 {
258 acquire();
259 dispose();
** CID 1399398: Error handling issues (UNCAUGHT_EXCEPT)
/accessibility/source/extended/AccessibleGridControlBase.cxx: 59 in accessibility::AccessibleGridControlBase::~AccessibleGridControlBase()()
________________________________________________________________________________________________________
*** CID 1399398: Error handling issues (UNCAUGHT_EXCEPT)
/accessibility/source/extended/AccessibleGridControlBase.cxx: 59 in accessibility::AccessibleGridControlBase::~AccessibleGridControlBase()()
53 m_aName( rTable.GetAccessibleObjectName( eObjType, 0, 0 ) ),
54 m_aDescription( rTable.GetAccessibleObjectDescription( eObjType ) ),
55 m_aClientId(0)
56 {
57 }
58
>>> CID 1399398: Error handling issues (UNCAUGHT_EXCEPT)
>>> An exception of type "com::sun::star::uno::RuntimeException" is thrown but the throw list "throw()" doesn't allow it to be thrown. This will cause a call to unexpected() which usually calls terminate().
59 AccessibleGridControlBase::~AccessibleGridControlBase()
60 {
61 if( isAlive() )
62 {
63 // increment ref count to prevent double call of Dtor
64 osl_atomic_increment( &m_refCount );
** CID 1399397: Error handling issues (UNCAUGHT_EXCEPT)
/dbaccess/source/ui/browser/unodatbr.cxx: 227 in dbaui::SbaTableQueryBrowser::~SbaTableQueryBrowser()()
________________________________________________________________________________________________________
*** CID 1399397: Error handling issues (UNCAUGHT_EXCEPT)
/dbaccess/source/ui/browser/unodatbr.cxx: 227 in dbaui::SbaTableQueryBrowser::~SbaTableQueryBrowser()()
221 ,m_bShowMenu(false)
222 ,m_bInSuspend(false)
223 ,m_bEnableBrowser(true)
224 {
225 }
226
>>> CID 1399397: Error handling issues (UNCAUGHT_EXCEPT)
>>> An exception of type "com::sun::star::uno::RuntimeException" is thrown but the throw list "throw()" doesn't allow it to be thrown. This will cause a call to unexpected() which usually calls terminate().
227 SbaTableQueryBrowser::~SbaTableQueryBrowser()
228 {
229 if ( !rBHelper.bDisposed && !rBHelper.bInDispose )
230 {
231 SAL_WARN("dbaccess.ui", "Please check who doesn't dispose this component!");
232 // increment ref count to prevent double call of Dtor
** CID 1399396: Error handling issues (UNCAUGHT_EXCEPT)
/dbaccess/source/ui/querydesign/querycontroller.cxx: 346 in dbaui::OQueryController::~OQueryController()()
________________________________________________________________________________________________________
*** CID 1399396: Error handling issues (UNCAUGHT_EXCEPT)
/dbaccess/source/ui/querydesign/querycontroller.cxx: 346 in dbaui::OQueryController::~OQueryController()()
340 registerProperty( PROPERTY_ACTIVECOMMAND, PROPERTY_ID_ACTIVECOMMAND, PropertyAttribute::READONLY | PropertyAttribute::BOUND,
341 &m_sStatement, cppu::UnoType<decltype(m_sStatement)>::get() );
342 registerProperty( PROPERTY_ESCAPE_PROCESSING, PROPERTY_ID_ESCAPE_PROCESSING, PropertyAttribute::READONLY | PropertyAttribute::BOUND,
343 &m_bEscapeProcessing, cppu::UnoType<decltype(m_bEscapeProcessing)>::get() );
344 }
345
>>> CID 1399396: Error handling issues (UNCAUGHT_EXCEPT)
>>> An exception of type "com::sun::star::uno::RuntimeException" is thrown but the throw list "throw()" doesn't allow it to be thrown. This will cause a call to unexpected() which usually calls terminate().
346 OQueryController::~OQueryController()
347 {
348 if ( !getBroadcastHelper().bDisposed && !getBroadcastHelper().bInDispose )
349 {
350 OSL_FAIL("Please check who doesn't dispose this component!");
351 // increment ref count to prevent double call of Dtor
** CID 1399395: (UNCAUGHT_EXCEPT)
/svx/source/fmcomp/fmgridif.cxx: 1080 in FmXGridPeer::~FmXGridPeer()()
/svx/source/fmcomp/fmgridif.cxx: 1080 in FmXGridPeer::~FmXGridPeer()()
________________________________________________________________________________________________________
*** CID 1399395: (UNCAUGHT_EXCEPT)
/svx/source/fmcomp/fmgridif.cxx: 1080 in FmXGridPeer::~FmXGridPeer()()
1074 pWin->SetComponentInterface(this);
1075
1076 getSupportedURLs();
1077 }
1078
1079
>>> CID 1399395: (UNCAUGHT_EXCEPT)
>>> An exception of type "com::sun::star::uno::RuntimeException" is thrown but the throw list "throw()" doesn't allow it to be thrown. This will cause a call to unexpected() which usually calls terminate().
1080 FmXGridPeer::~FmXGridPeer()
1081 {
1082 setRowSet(Reference< XRowSet > ());
1083 setColumns(Reference< XIndexContainer > ());
1084
1085 delete m_pGridListener;
/svx/source/fmcomp/fmgridif.cxx: 1080 in FmXGridPeer::~FmXGridPeer()()
1074 pWin->SetComponentInterface(this);
1075
1076 getSupportedURLs();
1077 }
1078
1079
>>> CID 1399395: (UNCAUGHT_EXCEPT)
>>> An exception of type "com::sun::star::uno::RuntimeException" is thrown but the throw list "throw()" doesn't allow it to be thrown. This will cause a call to unexpected() which usually calls terminate().
1080 FmXGridPeer::~FmXGridPeer()
1081 {
1082 setRowSet(Reference< XRowSet > ());
1083 setColumns(Reference< XIndexContainer > ());
1084
1085 delete m_pGridListener;
** CID 1399394: Error handling issues (UNCAUGHT_EXCEPT)
/sw/source/uibase/ribbar/inputwin.cxx: 616 in SwInputChild::~SwInputChild()()
________________________________________________________________________________________________________
*** CID 1399394: Error handling issues (UNCAUGHT_EXCEPT)
/sw/source/uibase/ribbar/inputwin.cxx: 616 in SwInputChild::~SwInputChild()()
610 pDispatch = pBindings->GetDispatcher();
611 SetWindow(VclPtr<SwInputWindow>::Create(_pParent, pDispatch));
612 static_cast<SwInputWindow*>(GetWindow())->ShowWin();
613 SetAlignment(SfxChildAlignment::LOWESTTOP);
614 }
615
>>> CID 1399394: Error handling issues (UNCAUGHT_EXCEPT)
>>> An exception of type "com::sun::star::uno::RuntimeException" is thrown but the throw list "throw()" doesn't allow it to be thrown. This will cause a call to unexpected() which usually calls terminate().
616 SwInputChild::~SwInputChild()
617 {
618 if(pDispatch)
619 pDispatch->Lock(false);
620 }
621
** CID 1399393: Error handling issues (UNCAUGHT_EXCEPT)
/sc/source/ui/view/printfun.cxx: 367 in ScPrintFunc::~ScPrintFunc()()
________________________________________________________________________________________________________
*** CID 1399393: Error handling issues (UNCAUGHT_EXCEPT)
/sc/source/ui/view/printfun.cxx: 367 in ScPrintFunc::~ScPrintFunc()()
361 // Settings
362 rData.SetTopDown( aTableParam.bTopDown );
363 rData.SetAutomatic( !aAreaParam.bPrintArea );
364 }
365 }
366
>>> CID 1399393: Error handling issues (UNCAUGHT_EXCEPT)
>>> An exception of type "com::sun::star::uno::RuntimeException" is thrown but the throw list "throw()" doesn't allow it to be thrown. This will cause a call to unexpected() which usually calls terminate().
367 ScPrintFunc::~ScPrintFunc()
368 {
369 delete pEditDefaults;
370 delete pEditEngine;
371
372 // Printer settings are now restored from outside
** CID 1399392: Error handling issues (UNCAUGHT_EXCEPT)
/sw/source/core/doc/list.cxx: 99 in SwListImpl::~SwListImpl()()
________________________________________________________________________________________________________
*** CID 1399392: Error handling issues (UNCAUGHT_EXCEPT)
/sw/source/core/doc/list.cxx: 99 in SwListImpl::~SwListImpl()()
93 pNode = rNodes[nIndex];
94 }
95 }
96 while ( pNode != &rNodes.GetEndOfContent() );
97 }
98
>>> CID 1399392: Error handling issues (UNCAUGHT_EXCEPT)
>>> An exception of type "com::sun::star::uno::RuntimeException" is thrown but the throw list "throw()" doesn't allow it to be thrown. This will cause a call to unexpected() which usually calls terminate().
99 SwListImpl::~SwListImpl()
100 {
101 tListTrees::iterator aNumberTreeIter;
102 for ( aNumberTreeIter = maListTrees.begin();
103 aNumberTreeIter != maListTrees.end();
104 ++aNumberTreeIter )
** CID 1399391: Error handling issues (UNCAUGHT_EXCEPT)
/sw/source/core/undo/unins.cxx: 193 in SwUndoInsert::~SwUndoInsert()()
________________________________________________________________________________________________________
*** CID 1399391: Error handling issues (UNCAUGHT_EXCEPT)
/sw/source/core/undo/unins.cxx: 193 in SwUndoInsert::~SwUndoInsert()()
187 }
188 }
189 }
190 return bRet;
191 }
192
>>> CID 1399391: Error handling issues (UNCAUGHT_EXCEPT)
>>> An exception of type "com::sun::star::uno::RuntimeException" is thrown but the throw list "throw()" doesn't allow it to be thrown. This will cause a call to unexpected() which usually calls terminate().
193 SwUndoInsert::~SwUndoInsert()
194 {
195 if (m_pUndoNodeIndex) // delete the section from UndoNodes array
196 {
197 // Insert saves the content in IconSection
198 SwNodes& rUNds = m_pUndoNodeIndex->GetNodes();
** CID 1399390: Error handling issues (UNCAUGHT_EXCEPT)
/svx/source/form/fmshell.cxx: 209 in FmFormShell::~FmFormShell()()
________________________________________________________________________________________________________
*** CID 1399390: Error handling issues (UNCAUGHT_EXCEPT)
/svx/source/form/fmshell.cxx: 209 in FmFormShell::~FmFormShell()()
203 SetName( "Form" );
204
205 SetView(m_pFormView);
206 }
207
208
>>> CID 1399390: Error handling issues (UNCAUGHT_EXCEPT)
>>> An exception of type "com::sun::star::uno::RuntimeException" is thrown but the throw list "throw()" doesn't allow it to be thrown. This will cause a call to unexpected() which usually calls terminate().
209 FmFormShell::~FmFormShell()
210 {
211 if ( m_pFormView )
212 SetView( nullptr );
213
214 m_pImpl->dispose();
** CID 1399389: Error handling issues (UNCAUGHT_EXCEPT)
/sw/source/uibase/wrtsh/wrtsh1.cxx: 1663 in SwWrtShell::~SwWrtShell()()
________________________________________________________________________________________________________
*** CID 1399389: Error handling issues (UNCAUGHT_EXCEPT)
/sw/source/uibase/wrtsh/wrtsh1.cxx: 1663 in SwWrtShell::~SwWrtShell()()
1657 IFieldmark *pBM = nullptr;
1658 if ( IsFormProtected() && ( pBM = GetFieldmarkAfter( ) ) !=nullptr ) {
1659 GotoFieldmark(pBM);
1660 }
1661 }
1662
>>> CID 1399389: Error handling issues (UNCAUGHT_EXCEPT)
>>> An exception of type "std::length_error" is thrown but the throw list "throw()" doesn't allow it to be thrown. This will cause a call to unexpected() which usually calls terminate().
1663 SwWrtShell::~SwWrtShell()
1664 {
1665 SET_CURR_SHELL( this );
1666 while(IsModePushed())
1667 PopMode();
1668 while(PopCursor(false))
** CID 1399388: Error handling issues (UNCAUGHT_EXCEPT)
/sw/source/uibase/lingu/hhcwrp.cxx: 114 in SwHHCWrapper::~SwHHCWrapper()()
________________________________________________________________________________________________________
*** CID 1399388: Error handling issues (UNCAUGHT_EXCEPT)
/sw/source/uibase/lingu/hhcwrp.cxx: 114 in SwHHCWrapper::~SwHHCWrapper()()
108 , m_bIsSelection( bSelection )
109 , m_bStartDone( bOther || bStart )
110 , m_bEndDone( false )
111 {
112 }
113
>>> CID 1399388: Error handling issues (UNCAUGHT_EXCEPT)
>>> An exception of type "std::length_error" is thrown but the throw list "throw()" doesn't allow it to be thrown. This will cause a call to unexpected() which usually calls terminate().
114 SwHHCWrapper::~SwHHCWrapper()
115 {
116 delete m_pConvArgs;
117
118 SwViewShell::SetCareWin( nullptr );
119
** CID 1399387: Error handling issues (UNCAUGHT_EXCEPT)
/sc/source/ui/Accessibility/AccessibleContextBase.cxx: 52 in ScAccessibleContextBase::~ScAccessibleContextBase()()
________________________________________________________________________________________________________
*** CID 1399387: Error handling issues (UNCAUGHT_EXCEPT)
/sc/source/ui/Accessibility/AccessibleContextBase.cxx: 52 in ScAccessibleContextBase::~ScAccessibleContextBase()()
46 mxParent(rxParent),
47 mnClientId(0),
48 maRole(aRole)
49 {
50 }
51
>>> CID 1399387: Error handling issues (UNCAUGHT_EXCEPT)
>>> An exception of type "com::sun::star::uno::RuntimeException" is thrown but the throw list "throw()" doesn't allow it to be thrown. This will cause a call to unexpected() which usually calls terminate().
52 ScAccessibleContextBase::~ScAccessibleContextBase()
53 {
54 if (!IsDefunc() && !rBHelper.bInDispose)
55 {
56 // increment refcount to prevent double call off dtor
57 osl_atomic_increment( &m_refCount );
** CID 1399386: Error handling issues (UNCAUGHT_EXCEPT)
/forms/source/component/navigationbar.cxx: 118 in frm::ONavigationBarModel::~ONavigationBarModel()()
________________________________________________________________________________________________________
*** CID 1399386: Error handling issues (UNCAUGHT_EXCEPT)
/forms/source/component/navigationbar.cxx: 118 in frm::ONavigationBarModel::~ONavigationBarModel()()
112
113 REGISTER_VOID_PROP( TABSTOP, m_aTabStop, sal_Bool );
114 REGISTER_VOID_PROP( BACKGROUNDCOLOR, m_aBackgroundColor, sal_Int32 );
115 }
116
117
>>> CID 1399386: Error handling issues (UNCAUGHT_EXCEPT)
>>> An exception of type "com::sun::star::uno::RuntimeException" is thrown but the throw list "throw()" doesn't allow it to be thrown. This will cause a call to unexpected() which usually calls terminate().
118 ONavigationBarModel::~ONavigationBarModel()
119 {
120 if ( !OComponentHelper::rBHelper.bDisposed )
121 {
122 acquire();
123 dispose();
** CID 1399385: Error handling issues (UNCAUGHT_EXCEPT)
/extensions/source/propctrlr/browserlistbox.cxx: 203 in pcr::PropertyControlContext_Impl::~PropertyControlContext_Impl()()
________________________________________________________________________________________________________
*** CID 1399385: Error handling issues (UNCAUGHT_EXCEPT)
/extensions/source/propctrlr/browserlistbox.cxx: 203 in pcr::PropertyControlContext_Impl::~PropertyControlContext_Impl()()
197 :m_pContext( &_rContextImpl )
198 ,m_eMode( eAsynchronously )
199 {
200 }
201
202
>>> CID 1399385: Error handling issues (UNCAUGHT_EXCEPT)
>>> An exception of type "std::runtime_error" is thrown but the throw list "throw()" doesn't allow it to be thrown. This will cause a call to unexpected() which usually calls terminate().
203 PropertyControlContext_Impl::~PropertyControlContext_Impl()
204 {
205 if ( !impl_isDisposed_nothrow() )
206 dispose();
207 }
208
________________________________________________________________________________________________________
To view the defects in Coverity Scan visit, https://u2389337.ct.sendgrid.net/wf/click?upn=08onrYu34A-2BWcWUl-2F-2BfV0V05UPxvVjWch-2Bd2MGckcRZBnDJeNb0HijxaS4JNJPxk3kpyAm2AYqo71yXmnOxB72ibeUH-2F-2F1Lhi9AZq3dRu-2F4-3D_g-2BrHdvqzaBa155F-2F8AmPhpJzY63UzWDisJV95WUBpGhqFw1ICExHG8aMaV2EoFpyK9ujScxh2SJkJ3VLH9PQDd03bropcpVOMSw-2BevpFxv9kXoVp6C7qgU1OrOo-2F0I9Y3LXqQtHo2olNIirQbUCcfoYZ2-2Bob19NG7sFpVJIhQWrqFPw2SmOvru1N3sMN8zMWtMtDWVHhUw3-2Bt1PV8WhgLj4uPskQo-2Fse9CMlbtejmeM-3D
To manage Coverity Scan email notifications for "libreoffice at lists.freedesktop.org", click https://u2389337.ct.sendgrid.net/wf/click?upn=08onrYu34A-2BWcWUl-2F-2BfV0V05UPxvVjWch-2Bd2MGckcRbVDbis712qZDP-2FA8y06Nq4k1FZJSDV-2FTHi5VQof9xGafB4oBwGYxuHHknceo2QLpCrZ44Ciy7AqBR2QyX6OCB5N5X-2B1MAElavPQhH6nLwozJzqOkt2k8uOkYf2ZoppNa9QVe0T3fEZVQ7Kky1tOkLz_g-2BrHdvqzaBa155F-2F8AmPhpJzY63UzWDisJV95WUBpGhqFw1ICExHG8aMaV2EoFpyK9ujScxh2SJkJ3VLH9PQDYZGQ6OYLY8BANus4qNc2rhE8md-2Bps8y7w4lk3wtAL9ixdEVhGWc-2FbEVc-2B5buVG365K8sBpEnJSIRnkn8r7CweqA4AbpNiOoJzpHktGZkJSMOdvSiyuxGngz-2BujJCihUpGSIVgFY-2FAU-2Bm4-2BB8j0hslo-3D
More information about the LibreOffice
mailing list