diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-12-18 00:17:46 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-12-18 00:17:46 +0000 |
commit | eb1752e458961946fa49f01edd0e8cac82a5fc75 (patch) | |
tree | ad3770fa06630c75d94b73cf059f51c66f645292 /ChangeLog | |
parent | 97b20ca31dae7ab3fdca110306b8376dd80513a4 (diff) | |
download | tor-eb1752e458961946fa49f01edd0e8cac82a5fc75.tar.gz tor-eb1752e458961946fa49f01edd0e8cac82a5fc75.zip |
Backport: Fix memory leak in rend_cache_store_v2_desc_as_client().
svn:r17666
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -43,6 +43,9 @@ Changes in version 0.2.0.33 - 200?-??-?? - Clip the CircuitBuildTimeout to a minimum of 30 seconds. Warn the user if lower values are given in the configuration. Bugfix on 0.1.1.17-rc. Patch by Sebastian. + - 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 Minor features: - Report the case where all signatures in a detached set are rejected |