aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2019-01-09 09:38:22 -0500
committerNick Mathewson <nickm@torproject.org>2019-01-09 09:38:22 -0500
commit694e3c57fd1af2cdaa4650d69c50f4108a8612f6 (patch)
tree74dab41d4e02087a23c97253c0898b58fa60d69e /changes
parent380ae2b74b8c8762acc075d8d22bc5d6320655e1 (diff)
parentc59b572e934ec501cf7db78d10e36a6cf984b97b (diff)
downloadtor-694e3c57fd1af2cdaa4650d69c50f4108a8612f6.tar.gz
tor-694e3c57fd1af2cdaa4650d69c50f4108a8612f6.zip
Merge remote-tracking branch 'tor-github/pr/636' into 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.