aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2012-07-11 09:57:58 -0400
committerNick Mathewson <nickm@torproject.org>2012-07-18 10:28:55 -0400
commit5ade2786050dcf07ee6491145add86da5c21739d (patch)
tree6fef025fe3b09c88d29df005d487ab9968f3b935 /changes
parentb355ddb20f534d772dcb42737ceb1d0264e2c3f1 (diff)
downloadtor-5ade2786050dcf07ee6491145add86da5c21739d.tar
tor-5ade2786050dcf07ee6491145add86da5c21739d.tar.gz
Check ewma_enabled before doing circ-has-become-inactive check
This avoids a possible crash bug in flush_from_first_active_circuit. Fixes bug 6341; bugfix on 0.2.2.7-alpha. Bug reported and fixed by a pseudonymous user on IRC.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug63415
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug6341 b/changes/bug6341
new file mode 100644
index 000000000..04e52c7cd
--- /dev/null
+++ b/changes/bug6341
@@ -0,0 +1,5 @@
+ o Major bugfixes:
+ - Fix a possible crash bug when checking for deactivated circuits
+ in connection_or_flush_from_first_active_circuit(). Fixes bug
+ 6341; bugfix on 0.2.2.7-alpha. Bug report and fix received
+ pseudonymously.