diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-05-24 11:07:01 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-05-24 11:07:01 -0400 |
commit | 0da40bba8858337c27b4ca0e40e0d9be00df9131 (patch) | |
tree | ff2e09b4c5021a3a18ed019c76c2eb46e4faf6fd /changes | |
parent | 466276faa50c4cb31857dfea2ae9e1612aae3911 (diff) | |
download | tor-0da40bba8858337c27b4ca0e40e0d9be00df9131.tar tor-0da40bba8858337c27b4ca0e40e0d9be00df9131.tar.gz |
Abort writing cached-microdescs if a failed write has occurred.
Bug 2954; fix on 0.2.2.6-alpha.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug2954_more | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug2954_more b/changes/bug2954_more new file mode 100644 index 000000000..68fdf138e --- /dev/null +++ b/changes/bug2954_more @@ -0,0 +1,4 @@ + o Minor bugfixes: + - If we fail to write a microdescriptor to disk, do not continue + replacing the old microdescriptor file. Fix for bug 2954; bugfix + on 0.2.2.6-alpha. |