summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorKarsten Loesing <karsten.loesing@gmx.net>2009-08-29 19:41:08 +0200
committerKarsten Loesing <karsten.loesing@gmx.net>2009-08-29 19:41:08 +0200
commitdd8f16beb555b8d46a7d5157743c762fb4a37068 (patch)
treea7c27926fc19d632f21e996229b9346aa1dbf759 /ChangeLog
parent64f393d56f8ff58223db56f3b8e64f0074877616 (diff)
downloadtor-dd8f16beb555b8d46a7d5157743c762fb4a37068.tar.gz
tor-dd8f16beb555b8d46a7d5157743c762fb4a37068.zip
Avoid segfault when accessing hidden service.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 34ba6a7168..6282157f1e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -23,6 +23,9 @@ Changes in version 0.2.1.20 - 2009-??-??
a wrong clock. Instead, we should only inform the controller when
it's a trusted authority that claims our clock is wrong. Bugfix
on 0.2.0.20-rc; starts to fix bug 1074. Reported by SwissTorExit.
+ - 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.
Changes in version 0.2.1.19 - 2009-07-28