aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-06-10 22:41:13 -0400
committerNick Mathewson <nickm@torproject.org>2014-06-10 22:41:13 -0400
commitaf53e4bd1c9aa655ce4faacb957ad7603b9c4825 (patch)
treeae4440464a1696b2f2e77267a94a6dc2388dbb8b /changes
parent173a1afc5819f1fcabfa34bab5714d61088cc29f (diff)
downloadtor-af53e4bd1c9aa655ce4faacb957ad7603b9c4825.tar
tor-af53e4bd1c9aa655ce4faacb957ad7603b9c4825.tar.gz
Move circuit-id-in-use check for CREATE cells to before all other checks
This means that we never send a DESTROY cell in response to an attempt to CREATE an existing circuit. Fixes bug 12191.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug121916
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug12191 b/changes/bug12191
new file mode 100644
index 000000000..7fe1c550b
--- /dev/null
+++ b/changes/bug12191
@@ -0,0 +1,6 @@
+ o Minor bugfixes:
+
+ - We now drop CREATE cells for already-existent circuit IDs, regardless
+ of other factors that might otherwise have called for DESTROY cells.
+ Fixes bug 12191; bugfix on 0.2.???
+