diff options
author | Roger Dingledine <arma@torproject.org> | 2007-11-03 14:44:53 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2007-11-03 14:44:53 +0000 |
commit | 23fdfd4dcff24d45c78ffcae7d9dc5398b0c2150 (patch) | |
tree | 060dde532ca04176ccbb7d8ee9af810dae9a260d /ChangeLog | |
parent | 512abd5bfd50bec725604d118bcd375cc8ae528c (diff) | |
download | tor-23fdfd4dcff24d45c78ffcae7d9dc5398b0c2150.tar.gz tor-23fdfd4dcff24d45c78ffcae7d9dc5398b0c2150.zip |
Stop leaking conn->nickname every time we make a connection to a
Tor relay without knowing its expected identity digest (e.g. when
using bridges). Bugfix on 0.2.0.3-alpha.
svn:r12355
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -75,6 +75,9 @@ Changes in version 0.2.0.10-alpha - 2007-1?-?? a vote. Bugfix on 0.2.0.3-alpha. - Stop leaking v2_download_status_map on shutdown. Bugfix on 0.2.0.9-alpha. + - Stop leaking conn->nickname every time we make a connection to a + Tor relay without knowing its expected identity digest (e.g. when + using bridges). Bugfix on 0.2.0.3-alpha. - Minor bugfixes (portability): - Run correctly on platforms where rlim_t is larger than unsigned |