]> git.ipfire.org Git - thirdparty/ccache.git/commit
fix: Make sure that temporary files always have .tmp. in the name
authorJoel Rosdahl <joel@rosdahl.net>
Mon, 12 Sep 2022 11:25:45 +0000 (13:25 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Wed, 21 Sep 2022 15:06:30 +0000 (17:06 +0200)
commit60fe1672d9e36f4334d39d0c606dd07d401e1fa1
treea54cf84de5b692e5a981d084a50e353c8915ae6c
parent2e76e1384fbf347a16b752d2cfd1d8b1a794569b
fix: Make sure that temporary files always have .tmp. in the name

PrimaryStorage::clean_dir relies on being able to classify temporary
files from the filename.
src/AtomicFile.cpp
src/TemporaryFile.cpp
src/TemporaryFile.hpp
src/Util.cpp
src/ccache.cpp
src/storage/primary/PrimaryStorage_cleanup.cpp