aboutsummaryrefslogtreecommitdiff
path: root/changes/bug21007_case2
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-02-24 11:12:21 -0500
committerNick Mathewson <nickm@torproject.org>2017-02-24 11:12:21 -0500
commit5e08fc85570173200935b62de2bffee81fed2fc1 (patch)
tree7e477230d8dc975c27919875e73ac7d76ceb4ff9 /changes/bug21007_case2
parent823fb68a14b551fc1f40e904428b3e31732441c5 (diff)
downloadtor-5e08fc85570173200935b62de2bffee81fed2fc1.tar.gz
tor-5e08fc85570173200935b62de2bffee81fed2fc1.zip
Also allow C_MEASURE_TIMEOUT circuits to lack guard state.
Fixes a case of 21007; bugfix on 0.3.0.1-alpha when prop271 was implemented. Found by toralf.
Diffstat (limited to 'changes/bug21007_case2')
-rw-r--r--changes/bug21007_case24
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug21007_case2 b/changes/bug21007_case2
new file mode 100644
index 0000000000..43344449ec
--- /dev/null
+++ b/changes/bug21007_case2
@@ -0,0 +1,4 @@
+ o Minor bugfixes (guards):
+ - Don't warn about a missing guard state on timeout-measurement
+ circuits: they aren't supposed to be using guards. Fixes an
+ instance of bug 21007; bugfix on 0.3.0.1-alpha.