aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2019-01-09 09:38:27 -0500
committerNick Mathewson <nickm@torproject.org>2019-01-09 09:38:27 -0500
commit0ed966fde111a892e3d0010cea3fd165b0c7972f (patch)
tree96ecb83be7fb0b0ec7ab072596b8bb234c90ba20 /changes
parentd890ec29aac33848a3965585965af5f2080206a4 (diff)
parent694e3c57fd1af2cdaa4650d69c50f4108a8612f6 (diff)
downloadtor-0ed966fde111a892e3d0010cea3fd165b0c7972f.tar.gz
tor-0ed966fde111a892e3d0010cea3fd165b0c7972f.zip
Merge branch 'maint-0.3.5'
Diffstat (limited to 'changes')
-rw-r--r--changes/bug289955
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug28995 b/changes/bug28995
new file mode 100644
index 0000000000..f76b6a085a
--- /dev/null
+++ b/changes/bug28995
@@ -0,0 +1,5 @@
+ o Minor bugfix (IPv6):
+ Fix tor_ersatz_socketpair on IPv6-only systems. Previously,
+ the IPv6 socket was bound using an address family of AF_INET
+ instead of AF_INET6. Fixes bug 28995; bugfix on 0.3.5.1-alpha.
+ Patch from Kris Katterjohn.