propfind invalidates filecache #496
6 new issues (0 max.) of at least minor severity.
Annotations
Check warning on line 74 in scripts/docker-inner.sh
codacy-production / Codacy Static Code Analysis
scripts/docker-inner.sh#L74
Double quote to prevent globbing and word splitting.
Check warning on line 84 in scripts/docker-inner.sh
codacy-production / Codacy Static Code Analysis
scripts/docker-inner.sh#L84
Double quote to prevent globbing and word splitting.
Check warning on line 109 in scripts/docker-inner.sh
codacy-production / Codacy Static Code Analysis
scripts/docker-inner.sh#L109
Double quote to prevent globbing and word splitting.
Check notice on line 1132 in src/filecache.c
codacy-production / Codacy Static Code Analysis
src/filecache.c#L1132
Variable 'num_read' is assigned a value that is never used.
Check notice on line 1139 in src/filecache.c
codacy-production / Codacy Static Code Analysis
src/filecache.c#L1139
Variable 'is_ferror' is assigned a value that is never used.
Check warning on line 296 in src/fusedav_config.c
codacy-production / Codacy Static Code Analysis
src/fusedav_config.c#L296
Assigning an integer to a pointer is not portable.