diff options
author | Nick Mathewson <nickm@torproject.org> | 2009-03-18 14:35:24 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2009-03-18 14:35:24 +0000 |
commit | 30ec1d1d50860241c1c4fa1dccd3ff3cde32691a (patch) | |
tree | 64253c20eaf352825172d83cb88cba5f0bdec3b5 /ChangeLog | |
parent | ad7ebec24c59a062e575b43a7b3d3d9c614b4933 (diff) | |
download | tor-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-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |