]> git.ipfire.org Git - thirdparty/ccache.git/commit
fix: Don't use copy of mutex/condition in long-lived lock thread
authorJoel Rosdahl <joel@rosdahl.net>
Wed, 23 Nov 2022 19:11:12 +0000 (20:11 +0100)
committerJoel Rosdahl <joel@rosdahl.net>
Tue, 13 Dec 2022 19:36:55 +0000 (20:36 +0100)
commit034e3316eb4e3b6a4508f34bde2b1049c681542c
treef2e703c430ecdf36ce371af3b79f1f2e14e5308f
parent4c8873296434e00015d956e55508b37372ba842e
fix: Don't use copy of mutex/condition in long-lived lock thread

This was kind of due to a typo in
0babd33e84147e923a729ee07a3b85097ec8baa8. Since the LongLivedLockFile
class is not used yet, the bug does not affect any released code.
src/util/LockFile.cpp