From ec5fe41209add4b216029466774a6b7e833210ef Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Wed, 15 Mar 2017 09:19:00 -0400 Subject: Avoid a double-mark bug when makring a pending circuit as "too old" Fixes bug 20059; bugfix on 0.1.0.1-rc. --- changes/bug20059 | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 changes/bug20059 (limited to 'changes/bug20059') diff --git a/changes/bug20059 b/changes/bug20059 new file mode 100644 index 0000000000..091fab06d1 --- /dev/null +++ b/changes/bug20059 @@ -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. -- cgit v1.2.3-54-g00ecf