Avoid a double-mark bug when makring a pending circuit as "too old"

Fixes bug 20059; bugfix on 0.1.0.1-rc.
This commit is contained in:
Nick Mathewson
2017-03-15 09:19:00 -04:00
parent 4488c319dd
commit ec5fe41209
2 changed files with 6 additions and 1 deletions
+3
View File
@@ -0,0 +1,3 @@
o Minor bugfixes (relay):
- Avoid a double-marked-circuit warning that can happen when we receive
DESTROY cells under heavy load. Fixes bug 20059; bugfix on 0.1.0.1-rc.