diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-06-04 12:16:03 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-06-04 12:16:03 -0400 |
commit | e74c3601567ab0ca14c5e2a7b9b40b416a47001e (patch) | |
tree | 47ac59929aaa06998e0260888e1a9a7efc22f18e /changes | |
parent | ea44287657aeedc9d395b6978b8d7ce6a93e12af (diff) | |
parent | 84ed086d4858ed14de4a4a8bfc3283a73b7c4657 (diff) | |
download | tor-e74c3601567ab0ca14c5e2a7b9b40b416a47001e.tar tor-e74c3601567ab0ca14c5e2a7b9b40b416a47001e.tar.gz |
Merge remote-tracking branch 'public/bug12195'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug12195 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/bug12195 b/changes/bug12195 new file mode 100644 index 000000000..f798129e6 --- /dev/null +++ b/changes/bug12195 @@ -0,0 +1,7 @@ + o Major bugfixes: + - When a circuit accidentally has the same circuit ID for its + forward and reverse direction, correctly detect the direction of + cells using that circuit. Previously, this would have made + roughly one circuit in a million non-functional. Fixes bug + 12195; this is a bugfix on every version of Tor. + |