diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-12-17 13:53:11 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-12-17 13:53:11 -0500 |
commit | 561d9880f8025ddbcb2f0a586d0677908320af4f (patch) | |
tree | 39a59491bd5aa6887e59f573bb1ecdc07e385581 /changes/bug10423 | |
parent | 3d5154550c92766347631e4d15fae825a0f165dd (diff) | |
parent | 46b3b6208de3e5a5b87b4a33387d18343bc3c851 (diff) | |
download | tor-561d9880f8025ddbcb2f0a586d0677908320af4f.tar.gz tor-561d9880f8025ddbcb2f0a586d0677908320af4f.zip |
Merge branch 'bug10423' into maint-0.2.4
Diffstat (limited to 'changes/bug10423')
-rw-r--r-- | changes/bug10423 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug10423 b/changes/bug10423 new file mode 100644 index 0000000000..493b7b15e3 --- /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". |