diff options
author | Roger Dingledine <arma@torproject.org> | 2014-07-28 02:44:05 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2014-07-28 02:44:05 -0400 |
commit | 68a2e4ca4baa595cc4595a511db11fa7ccbbc8f7 (patch) | |
tree | d477a74320b3b6ede3e149a900eb66d21e018a42 /changes | |
parent | 8882dcfc598edde4d78c14ea0b90c8ed7f189274 (diff) | |
download | tor-68a2e4ca4baa595cc4595a511db11fa7ccbbc8f7.tar.gz tor-68a2e4ca4baa595cc4595a511db11fa7ccbbc8f7.zip |
Warn and drop the circuit if we receive an inbound 'relay early' cell
Those used to be normal to receive on hidden service circuits due to bug
1038, but the buggy Tor versions are long gone from the network so we
can afford to resume watching for them. Resolves the rest of bug 1038;
bugfix on 0.2.1.19.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug1038-3 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug1038-3 b/changes/bug1038-3 new file mode 100644 index 0000000000..5af4afa46f --- /dev/null +++ b/changes/bug1038-3 @@ -0,0 +1,6 @@ + o Minor bugfixes: + - Warn and drop the circuit if we receive an inbound 'relay early' + cell. Those used to be normal to receive on hidden service circuits + due to bug 1038, but the buggy Tor versions are long gone from + the network so we can afford to resume watching for them. Resolves + the rest of bug 1038; bugfix on 0.2.1.19. |