Files
tor/changes/bug12191
T
Nick Mathewson af53e4bd1c 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.
2014-06-10 22:41:13 -04:00

7 lines
214 B
Plaintext

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.???