aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2011-02-22 17:54:25 -0500
committerRoger Dingledine <arma@torproject.org>2011-02-22 17:54:25 -0500
commita2727f62494b8a56152214017ac8fb348dd064be (patch)
tree5877e29ad1c928667114b03b8fa8d0b42cee4fb0 /changes
parent4f730e4f3f39748e214470357e3d7aff407fe7e0 (diff)
downloadtor-a2727f62494b8a56152214017ac8fb348dd064be.tar
tor-a2727f62494b8a56152214017ac8fb348dd064be.tar.gz
prevent same entry and exit for insane edge case
Diffstat (limited to 'changes')
-rw-r--r--changes/bug24036
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug2403 b/changes/bug2403
new file mode 100644
index 000000000..3b29b37fb
--- /dev/null
+++ b/changes/bug2403
@@ -0,0 +1,6 @@
+ o Minor bugfixes:
+ - In the special case where you configure a public exit relay as your
+ bridge, Tor would be willing to use that exit relay as the last
+ hop in your circuit as well. Now we fail that circuit instead.
+ Bugfix on 0.2.0.12-alpha. Fixes bug 2403. Reported by "piebeer".
+