diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-11-20 10:14:41 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-11-20 10:14:41 -0500 |
commit | c8ee12b2e8108658d647aedb92885311291b6f71 (patch) | |
tree | 2eda7ca2934e51e156971582e4d14da827e663a1 /changes | |
parent | cabcb752d7ecc2d16e6cb630b3de0684b4f97ec5 (diff) | |
download | tor-c8ee12b2e8108658d647aedb92885311291b6f71.tar.gz tor-c8ee12b2e8108658d647aedb92885311291b6f71.zip |
Recover better from empty/invalid storagedir files
If we can't read a file because of an FS issue, we say "we can't
read that" and move on. But if we can't read it because it's empty,
because it has no labels, or because its labels are misformatted, we
should remove it.
Fixes bug 24099; bugfix on 0.3.1.1-alpha.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug24099 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug24099 b/changes/bug24099 new file mode 100644 index 0000000000..dca3992664 --- /dev/null +++ b/changes/bug24099 @@ -0,0 +1,4 @@ + o Minor bugfixes (directory cache): + - Recover better from empty or corrupt files in the consensus cache + directory. Fixes bug 24099; bugfix on 0.3.1.1-alpha. + |