aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorrl1987 <rl1987@sdf.lonestar.org>2014-10-26 20:56:15 +0200
committerNick Mathewson <nickm@torproject.org>2014-10-28 14:07:08 -0400
commitf1ebe6bda4f541a54648d02e2d51fc9073c3786d (patch)
tree73b5e330513a6729bbcc1a6506419af2520d1b2f /changes
parent2c884fd8cc0a7a8c42003e10b5033deb5a7d6d99 (diff)
downloadtor-f1ebe6bda4f541a54648d02e2d51fc9073c3786d.tar.gz
tor-f1ebe6bda4f541a54648d02e2d51fc9073c3786d.zip
Fix smartlist_choose_node_by_bandwidth() so that it rejects ORs with BadExit flag.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug130664
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug13066 b/changes/bug13066
new file mode 100644
index 0000000000..388c9998ce
--- /dev/null
+++ b/changes/bug13066
@@ -0,0 +1,4 @@
+ o Minor bugfixes:
+ - Fix node selection logic in smartlist_choose_node_by_bandwidth()
+ so that onion routers with BadExit flag are not considered to be
+ worthy candidates. Fixes issue 13066.