From: Joel Rosdahl Date: Sun, 8 Mar 2026 12:32:28 +0000 (+0100) Subject: fix: Fix crash when finding storage helper next to the ccache executable X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=c64f9dd8d749fc46e984050eab0e62d72b9fb43d;p=thirdparty%2Fccache.git fix: Fix crash when finding storage helper next to the ccache executable --- diff --git a/src/ccache/storage/storage.hpp b/src/ccache/storage/storage.hpp index dc0a6998..a160db24 100644 --- a/src/ccache/storage/storage.hpp +++ b/src/ccache/storage/storage.hpp @@ -75,7 +75,7 @@ public: private: const Config& m_config; - const std::filesystem::path& m_ccache_exe_dir; + std::filesystem::path m_ccache_exe_dir; std::vector> m_remote_storages; void init_remote_storage();