framework/source/helper/statusindicatorfactory.cxx | 1 + 1 file changed, 1 insertion(+)
New commits: commit 00455b22f0544159e60e9f9f9fd1a7c41855fb58 Author: Caolán McNamara <caol...@redhat.com> AuthorDate: Fri Nov 26 09:10:54 2021 +0000 Commit: Caolán McNamara <caol...@redhat.com> CommitDate: Fri Nov 26 13:05:43 2021 +0100 cid#1494445 silence Data race condition Change-Id: If1037293058812d6800646a2a0399a59f356d098 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125865 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caol...@redhat.com> diff --git a/framework/source/helper/statusindicatorfactory.cxx b/framework/source/helper/statusindicatorfactory.cxx index 0a87c9bea258..a3f9b864dbe8 100644 --- a/framework/source/helper/statusindicatorfactory.cxx +++ b/framework/source/helper/statusindicatorfactory.cxx @@ -519,6 +519,7 @@ void StatusIndicatorFactory::impl_reschedule(bool bForce) if (m_nInReschedule != 0) return; + // coverity[missing_lock: FALSE] - coverity fails to see the aRescheduleGuard ctor as taking a lock ++m_nInReschedule; aRescheduleGuard.unlock(); // <- SAFE