aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2012-12-28 20:52:24 -0500
committerNick Mathewson <nickm@torproject.org>2012-12-29 01:22:34 -0500
commit5e22cfe2b40eab8c754a9c7622a1f5a85d202641 (patch)
treed0cc6fd6b1923c12cee244a091f4feecd9798d24 /changes
parent127cb39ffcacbcd99633671e92d299ef53bbac46 (diff)
downloadtor-5e22cfe2b40eab8c754a9c7622a1f5a85d202641.tar
tor-5e22cfe2b40eab8c754a9c7622a1f5a85d202641.tar.gz
Fix a crash bug when running an node without IPv6-exit support.
Fixes bug 7814; bugfix on 0.2.4.7-alpha.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug78144
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug7814 b/changes/bug7814
new file mode 100644
index 000000000..7ecc2427a
--- /dev/null
+++ b/changes/bug7814
@@ -0,0 +1,4 @@
+ o Major bugfixes:
+ - Avoid crashing when, as a node without IPv6-exit support, a
+ client insists on getting an IPv6 address or nothing. Fixes bug
+ #7814; bugfix on 0.2.4.7-alpha.