aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2008-12-18 00:11:49 +0000
committerNick Mathewson <nickm@torproject.org>2008-12-18 00:11:49 +0000
commit5c235cb5ecf83a89ff6c9f514d1d8618043b39e7 (patch)
tree5bdb4f3abd0bc214b04bc561df53c43fe76ce1f2 /ChangeLog
parent1510d50fab55f773c9fd225f2539c154e717db84 (diff)
downloadtor-5c235cb5ecf83a89ff6c9f514d1d8618043b39e7.tar
tor-5c235cb5ecf83a89ff6c9f514d1d8618043b39e7.tar.gz
Fix memory leak in rend_cache_store_v2_desc_as_client(), and refactor the function to use the "goto err" idiom.
svn:r17665
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 915b4e0be..ff5b73d3b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -70,6 +70,9 @@ Changes in version 0.2.1.9-alpha - 2008-12-2?
0.0.6pre1; also, do not stall hidden services because of
introduction points thrown away; bugfix on 0.2.1.7-alpha. Spotted
by John Brooks. Patch by Karsten. Fixes bug 874.
+ - Fix a memory leak when we decline to add a v2 rendezvous descriptor to
+ the cache because we already had a v0 descriptor with the same ID.
+ Bugfix on 0.2.0.18-alpha.
o Deprecated and removed features:
- RedirectExits has been removed. It was deprecated since 0.2.0.3-alpha.