diff options
| author | Roger Dingledine <arma@torproject.org> | 2007-12-21 23:28:23 +0000 |
|---|---|---|
| committer | Roger Dingledine <arma@torproject.org> | 2007-12-21 23:28:23 +0000 |
| commit | a223f5db034c5f58c79cbe592b81763e535b3f10 (patch) | |
| tree | 3df5a96249cd0aa157198913469fd23d8a112fbc /ChangeLog | |
| parent | 8f779aee5a16ecbde079ae97189e749f089093ba (diff) | |
| download | tor-a223f5db034c5f58c79cbe592b81763e535b3f10.tar tor-a223f5db034c5f58c79cbe592b81763e535b3f10.tar.gz | |
Fix a crash when accessing hidden services: it would work the first
time you use a given introduction point for your service, but
on subsequent requests we'd be using garbage memory. Fixed by
Karsten Loesing. Bugfix on 0.2.0.12-alpha.
svn:r12913
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -4,6 +4,10 @@ Changes in version 0.2.0.14-alpha - 2007-12-?? unexpected (it used to be in our networkstatus when we started fetching it, but it isn't in our current networkstatus), and we aren't using bridges. Bugfix on 0.2.0.x. + - Fix a crash when accessing hidden services: it would work the first + time you use a given introduction point for your service, but + on subsequent requests we'd be using garbage memory. Fixed by + Karsten Loesing. Bugfix on 0.2.0.12-alpha. o Minor bugfixes: - Make the unit tests build again. |