aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2009-09-17 00:01:20 -0400
committerNick Mathewson <nickm@torproject.org>2009-09-17 00:01:20 -0400
commit9c38941195309c3d9a8620536f7f7246c780b9c7 (patch)
treeaec6e1cf4af9b68d7bd0653bac727c825553b3f4 /ChangeLog
parentb3991ea7d15c18dc33d4761f61f2e90ad49ab4b8 (diff)
downloadtor-9c38941195309c3d9a8620536f7f7246c780b9c7.tar.gz
tor-9c38941195309c3d9a8620536f7f7246c780b9c7.zip
Work around a memory leak in openssl 0.9.8g (and maybe others)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fccae7daed..6446943e57 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -45,6 +45,9 @@ Changes in version 0.2.1.20 - 2009-??-??
- Avoid segfault in rare cases when finishing an introduction circuit
as a client and finding out that we don't have an introduction key
for it. Fixes bug 1073. Reported by Aaron Swartz.
+ - Work around a small memory leak in some versions of OpenSSL that
+ stopped the memory used by the hostname TLS extension from being
+ freed.
o Minor features:
- Add a "getinfo status/accepted-server-descriptor" controller