aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2013-12-17 13:53:11 -0500
committerNick Mathewson <nickm@torproject.org>2013-12-17 13:53:11 -0500
commit561d9880f8025ddbcb2f0a586d0677908320af4f (patch)
tree39a59491bd5aa6887e59f573bb1ecdc07e385581 /changes
parent3d5154550c92766347631e4d15fae825a0f165dd (diff)
parent46b3b6208de3e5a5b87b4a33387d18343bc3c851 (diff)
downloadtor-561d9880f8025ddbcb2f0a586d0677908320af4f.tar
tor-561d9880f8025ddbcb2f0a586d0677908320af4f.tar.gz
Merge branch 'bug10423' into maint-0.2.4
Diffstat (limited to 'changes')
-rw-r--r--changes/bug104234
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug10423 b/changes/bug10423
new file mode 100644
index 000000000..493b7b15e
--- /dev/null
+++ b/changes/bug10423
@@ -0,0 +1,4 @@
+ o Minor bugfixes:
+ - If we fail to dump a previously cached microdescriptor to disk, avoid
+ freeing duplicate data later on. Fix for bug 10423; bugfix on
+ 0.2.4.13-alpha. Spotted by "bobnomnom".