New Defects reported by Coverity Scan for LibreOffice
scan-admin at coverity.com
scan-admin at coverity.com
Mon Sep 16 22:04:35 UTC 2024
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.
20 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 1619433: (UNINIT)
________________________________________________________________________________________________________
*** CID 1619433: (UNINIT)
/sw/source/core/unocore/unotbl.cxx: 171 in <unnamed>::lcl_SendChartEvent(std::mutex &, const com::sun::star::uno::Reference<com::sun::star::uno::XInterface> &, comphelper::OInterfaceContainerHelper4<com::sun::star::chart::XChartDataChangeEventListener> &)()
165
166 void lcl_SendChartEvent(std::mutex& rMutex,
167 uno::Reference<uno::XInterface> const& xSource,
168 ::comphelper::OInterfaceContainerHelper4<chart::XChartDataChangeEventListener> & rListeners)
169 {
170 std::unique_lock aGuard(rMutex);
>>> CID 1619433: (UNINIT)
>>> Using uninitialized value "aGuard._M_owns" when calling "lcl_SendChartEvent".
171 lcl_SendChartEvent(aGuard, xSource, rListeners);
172 }
173 }
174
175 #define UNO_TABLE_COLUMN_SUM 10000
176
/sw/source/core/unocore/unotbl.cxx: 171 in <unnamed>::lcl_SendChartEvent(std::mutex &, const com::sun::star::uno::Reference<com::sun::star::uno::XInterface> &, comphelper::OInterfaceContainerHelper4<com::sun::star::chart::XChartDataChangeEventListener> &)()
165
166 void lcl_SendChartEvent(std::mutex& rMutex,
167 uno::Reference<uno::XInterface> const& xSource,
168 ::comphelper::OInterfaceContainerHelper4<chart::XChartDataChangeEventListener> & rListeners)
169 {
170 std::unique_lock aGuard(rMutex);
>>> CID 1619433: (UNINIT)
>>> Using uninitialized value "aGuard._M_device" when calling "lcl_SendChartEvent".
171 lcl_SendChartEvent(aGuard, xSource, rListeners);
172 }
173 }
174
175 #define UNO_TABLE_COLUMN_SUM 10000
176
________________________________________________________________________________________________________
To view the defects in Coverity Scan visit, https://u15810271.ct.sendgrid.net/ls/click?upn=u001.AxU2LYlgjL6eX23u9ErQy-2BKADyCpvUKOL6EWmZljiu6VvXBlQRUbS683tC8265rGNPXqJ1ffcoLZCnTuJFQbNcTEkb4XaEQkzovKhJ5DB3c-3DXDTc_A9M4dSy7guk8NP6DcfgslOyvJRzavztVIKj6nRqYjYpWom7SJFyX0y710bz0kUGt-2Bljo467Cjf1mH1B9rqR44nHZ3Nn3uSMLEJVfaNiBbBjgcQTdGyhYxjCQtVpHWJBAxUJ5BmPYNOdiUuXFSby7aaBbj58s6xDYdnuFE7udFN441ocD-2BK4QjaU4M-2BtwecgXure7kKuJH5iOh00XNDTXDBZoiqjWVfP17ydZXg00Dxw-3D
More information about the LibreOffice
mailing list