diff options
author | rl1987 <rl1987@sdf.lonestar.org> | 2018-02-11 18:16:51 +0100 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-03-28 07:39:03 -0400 |
commit | df529c60936ef290c917d09d51820680cd31cc8b (patch) | |
tree | d7e712a37167a9792e07f422dea6bf2b02c2db23 /changes | |
parent | 1af016e96e133718546b55c8b7fafd3345aaeeb8 (diff) | |
download | tor-df529c60936ef290c917d09d51820680cd31cc8b.tar.gz tor-df529c60936ef290c917d09d51820680cd31cc8b.zip |
Adding changes file
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. + |