aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2013-07-23 11:52:10 +0200
committerNick Mathewson <nickm@torproject.org>2013-07-23 11:52:10 +0200
commit1d2e8020b7be5aff08cfde6f94c24b145625c1ad (patch)
tree3e1956790a3241af325c6101f0ca94f2b9dfb710 /changes
parent0eca8737a1a35204be92eac12f2bf8748ac29004 (diff)
downloadtor-1d2e8020b7be5aff08cfde6f94c24b145625c1ad.tar
tor-1d2e8020b7be5aff08cfde6f94c24b145625c1ad.tar.gz
Fix bug9309, and n_noncanonical count/continue code
When we moved channel_matches_target_addr_for_extend() into a separate function, its sense was inverted from what one might expect, and we didn't have a ! in one place where we should have. Found by skruffy.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug93096
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug9309 b/changes/bug9309
new file mode 100644
index 000000000..38c462bc0
--- /dev/null
+++ b/changes/bug9309
@@ -0,0 +1,6 @@
+ o Minor bugfixes:
+ - When evaluating whether to use a connection that we haven't
+ decided is canonical using a recent link protocol version,
+ decide that it's canonical only if it used address _does_
+ match the desired address. Fixes bug 9309; bugfix on
+ 0.2.4.4-alpha. Reported by skruffy.