sortedcache.c
8.56 KB
-
sortedcache: check file size after opening the file · 40ffa07f
Checking the size before we open the file descriptor can lead to the file being replaced from under us when renames aren't quite atomic, so we can end up reading too little of the file, leading to us thinking the file is corrupted.
Carlos Martín Nieto committed