diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-03-28 07:50:47 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-03-28 07:50:47 -0400 |
commit | 6317aa2cc03a3b7a6f9fd4a4bdd99447f7914493 (patch) | |
tree | 9be2e06a8f24eca26924fcfaa33edfc474782332 /changes | |
parent | fa6eaab83e05a11b60735f7bf4064b05e7085230 (diff) | |
parent | d416e208e4e94c2b4ccd4e11013151c72180faff (diff) | |
download | tor-6317aa2cc03a3b7a6f9fd4a4bdd99447f7914493.tar.gz tor-6317aa2cc03a3b7a6f9fd4a4bdd99447f7914493.zip |
Merge branch 'maint-0.3.3'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bugs_25036_25055 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/bugs_25036_25055 b/changes/bugs_25036_25055 new file mode 100644 index 0000000000..daa46321c0 --- /dev/null +++ b/changes/bugs_25036_25055 @@ -0,0 +1,7 @@ + o Minor bugfixes (networking): + - Tor will not reject IPv6 address strings from TorBrowser when they + are passed as hostnames in SOCKS5 requests. Fixes bug 25036, + bugfix on Tor 0.3.1.2. + - string_is_valid_hostname() will not consider IP strings to be valid + hostnames. Fixes bug 25055; bugfix on Tor 0.2.5.5. + |