aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2009-03-18 14:35:24 +0000
committerNick Mathewson <nickm@torproject.org>2009-03-18 14:35:24 +0000
commit30ec1d1d50860241c1c4fa1dccd3ff3cde32691a (patch)
tree64253c20eaf352825172d83cb88cba5f0bdec3b5 /ChangeLog
parentad7ebec24c59a062e575b43a7b3d3d9c614b4933 (diff)
downloadtor-30ec1d1d50860241c1c4fa1dccd3ff3cde32691a.tar.gz
tor-30ec1d1d50860241c1c4fa1dccd3ff3cde32691a.zip
Don't double-free successful_uploads.
When we used smartlist_free to free the list of succesful uploads because we had succeeded in uploading everywhere, we did not actually set the successful_uploads field to NULL, so later it would get freed again in rend_service_descriptor_free. Fix for bug 948; bug introduced in 0.2.1.6-alpha. svn:r19073
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ad4846629a..7f6315020f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,6 +10,8 @@ Changes in version 0.2.1.14-??? - 2009-03-??
- When starting with a cache over a few days old, do not leak
memory for the obsolete router descriptors in it. Bugfix on
0.2.0.33.
+ - Avoid double-free on list of successfully uploaded hidden
+ service discriptors. Fix for bug 948. Bugfix on 0.2.1.6-alpha.
Changes in version 0.2.1.13-alpha - 2009-03-09