aboutsummaryrefslogtreecommitdiff
path: root/changes/bug10423
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2013-12-17 13:12:52 -0500
committerNick Mathewson <nickm@torproject.org>2013-12-17 13:12:52 -0500
commit46b3b6208de3e5a5b87b4a33387d18343bc3c851 (patch)
treee74fea724223313ef6a457a603c6eb52b14b8068 /changes/bug10423
parent59f50c80d443a7e148f85cfed493e3e703cc4386 (diff)
downloadtor-46b3b6208de3e5a5b87b4a33387d18343bc3c851.tar
tor-46b3b6208de3e5a5b87b4a33387d18343bc3c851.tar.gz
Avoid double-free on failure to dump_descriptor() a cached md
This is a fix for 10423, which was introducd in caa0d15c in 0.2.4.13-alpha. Spotted by bobnomnom.
Diffstat (limited to 'changes/bug10423')
-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".