summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2012-03-30 16:43:52 -0400
committerNick Mathewson <nickm@torproject.org>2012-03-30 16:43:52 -0400
commita74905cea45acf6d7278326360b179eda3d013ec (patch)
tree71c2b5752045d44fe9dd996e89e68c0fa601f5f2 /changes
parent458718d4975661831fa21d9f2653932e17c1bae0 (diff)
downloadtor-a74905cea45acf6d7278326360b179eda3d013ec.tar.gz
tor-a74905cea45acf6d7278326360b179eda3d013ec.zip
We allow IPv6 connections, don't use sockaddr_in with getsockname
This fixes client_check_address_changed to work better with IPv6 Tor clients, and prevents them from spewing errors. Fix for ticket 5537.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug55375
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug5537 b/changes/bug5537
new file mode 100644
index 0000000000..bcad2a29bd
--- /dev/null
+++ b/changes/bug5537
@@ -0,0 +1,5 @@
+ o Minor features:
+ - Make the code that clients use to detect an address change be
+ IPv6-aware, so that it won't fill clients' logs with error
+ messages when trying to get the IPv4 address of an IPv6
+ connection. Implements ticket 5537.