aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2012-07-16 11:49:45 -0400
committerNick Mathewson <nickm@torproject.org>2012-07-16 11:49:45 -0400
commit93b730175566de2dcf783b1ce4b3fd87a6f7375e (patch)
treefe2900491826e6c5570f1da65c3486e36c95cd52 /changes
parentd32f5081e1c41324a3464c30c487c6ef57a333d1 (diff)
downloadtor-93b730175566de2dcf783b1ce4b3fd87a6f7375e.tar.gz
tor-93b730175566de2dcf783b1ce4b3fd87a6f7375e.zip
Refer to the correct variable in a loop when parsing entry guard state
Fixes bug 6397 and coverity issue 709599. Bugfix on 0.2.3.17-beta.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug63974
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug6397 b/changes/bug6397
new file mode 100644
index 0000000000..23d8359bd2
--- /dev/null
+++ b/changes/bug6397
@@ -0,0 +1,4 @@
+ o Major bugfixes:
+ - When disabling guards for having too high a proportion of failed
+ circuits, make sure to look at each guard. Fix for bug 6397; bugfix
+ on 0.2.3.17-beta.