diff options
author | Nick Mathewson <nickm@torproject.org> | 2020-04-24 08:14:59 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2020-04-24 08:14:59 -0400 |
commit | 7f9eaec538b7d01e0d1b130dc4cf2ec634252d46 (patch) | |
tree | aac52f6a3fae510c8692acd6c1eb42bcfa1d7143 /changes | |
parent | b2849f449b2efa4d6826166a92f35c7627d65f91 (diff) | |
parent | 8c55d34e0adfd9585befd7ce1f71fb219ed63146 (diff) | |
download | tor-7f9eaec538b7d01e0d1b130dc4cf2ec634252d46.tar.gz tor-7f9eaec538b7d01e0d1b130dc4cf2ec634252d46.zip |
Merge remote-tracking branch 'tor-github/pr/1862/head'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug33899 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/changes/bug33899 b/changes/bug33899 new file mode 100644 index 0000000000..b9b7d7cf13 --- /dev/null +++ b/changes/bug33899 @@ -0,0 +1,9 @@ + o Minor bugfixes (IPv6, relay): + - Consider IPv6 addresses when checking if a connection is canonical. + In 17604, relays assumed that a remote relay could consider an IPv6 + connection canonical, but did not set the canonical flag on their side + of the connection. Fixes bug 33899; bugfix on 0.3.1.1-alpha. + - Log IPv6 addresses on connections where this relay is the responder. + Previously, responding relays would replace the remote IPv6 address with + the IPv4 address from the consensus. + Fixes bug 33899; bugfix on 0.3.1.1-alpha. |