Bug found by Riley Avron.
- Don't (try to) update manifest file in ``read-only and ``read-only direct''
modes.
+- Fixed a bug in caching of `stat` system calls in ``file_stat_matches
+ sloppiness mode''.
+
ccache 3.2.4
------------
for (i = 0; i < obj->n_file_info_indexes; i++) {
struct file_info *fi = &mf->file_infos[obj->file_info_indexes[i]];
char *path = mf->files[fi->index];
- struct file_stats *st = hashtable_search(hashed_files, path);
+ struct file_stats *st = hashtable_search(stated_files, path);
if (!st) {
struct stat file_stat;
if (x_stat(path, &file_stat) != 0) {