summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNeel Chauhan <neel@neelc.org>2018-08-16 08:19:52 -0400
committerteor <teor@torproject.org>2018-08-17 13:37:51 +1000
commit64d9ea1413e541eec36f927494fa296eb368dfaa (patch)
treef6db55fdbb4f0872306a7548e22de9813bbecbe3 /changes
parentc8aecd14fecc55f5d8a48f793c24e3df68f1483c (diff)
downloadtor-64d9ea1413e541eec36f927494fa296eb368dfaa.tar.gz
tor-64d9ea1413e541eec36f927494fa296eb368dfaa.zip
In addrs_in_same_network_family(), choose IP subnet size based on IP type
Diffstat (limited to 'changes')
-rw-r--r--changes/bug155186
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug15518 b/changes/bug15518
new file mode 100644
index 0000000000..13ed4f527e
--- /dev/null
+++ b/changes/bug15518
@@ -0,0 +1,6 @@
+ o Minor bugfixes (ipv6):
+ - In addrs_in_same_network_family(), we choose the subnet size based
+ on the IP version (IPv4 or IPv6). Previously, we chose a fixed subnet
+ size of /16 for both IPv4 and IPv6 addresses. Fixes bug 15518; bugfix
+ on 0.3.5.1-alpha. Patch by Neel Chauhan.
+