summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2015-01-19 11:51:08 -0500
committerNick Mathewson <nickm@torproject.org>2015-01-19 11:51:08 -0500
commita8dd93027470f3d6b56352fddadfd7b702d26831 (patch)
tree0e98bac638eb409836655653d5963da15a0aacc1 /changes
parent1053af0b9c4127873034a935ce3382940696e693 (diff)
downloadtor-a8dd93027470f3d6b56352fddadfd7b702d26831.tar.gz
tor-a8dd93027470f3d6b56352fddadfd7b702d26831.zip
Replace a 4 with a 6; fix a bug that nobody noticed :/
Fixes 14280 bugfix on 1053af0b9c4127873034a935ce33 in 0.2.4.7-alpha.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug142805
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug14280 b/changes/bug14280
new file mode 100644
index 0000000000..917d40c34c
--- /dev/null
+++ b/changes/bug14280
@@ -0,0 +1,5 @@
+ o Minor bugfixes:
+ - Reject socks requests to literal IPv6 addresses when IPv6Traffic
+ flag is not set; and not because the NoIPv4Traffic flag was set.
+ Previously we'd looked at the NoIPv4Traffic flag for both types
+ of literal addresses. Fixes bug 14280; bugfix on 0.2.4.7-alpha.