aboutsummaryrefslogtreecommitdiff
path: root/changes/bug8031
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2013-03-11 14:50:41 -0400
committerNick Mathewson <nickm@torproject.org>2013-03-11 14:51:18 -0400
commit6905c1f60d2d0e658481df70fdcaa73251becacc (patch)
tree495b7abdf7e103aa66da592504893174fac098a1 /changes/bug8031
parentd54ccbe9fd5c9ca6ff53ad7d0efc4d0e837062ab (diff)
downloadtor-6905c1f60d2d0e658481df70fdcaa73251becacc.tar.gz
tor-6905c1f60d2d0e658481df70fdcaa73251becacc.zip
Check more error codes when writing microdescriptors.
Possible partial fix, or diagnosis tool, for bug 8031.
Diffstat (limited to 'changes/bug8031')
-rw-r--r--changes/bug80317
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/bug8031 b/changes/bug8031
new file mode 100644
index 0000000000..17329ec5b5
--- /dev/null
+++ b/changes/bug8031
@@ -0,0 +1,7 @@
+ o Minor bugfixes:
+ - Use direct writes rather than stdio when building microdescriptor
+ caches, in an attempt to mitigate bug 8031, or at least make it
+ less common.
+ - Warn more aggressively when flushing microdescriptors to a
+ microdescriptor cache fails, in an attempt to mitegate bug 8031,
+ or at least make it more diagnosable.