diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-01-25 13:15:37 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-02-07 09:27:17 -0500 |
commit | a271ad2a7efed53c42bc84b0f781a6603bd494fc (patch) | |
tree | bbec306294d08d6f22e7e335abbc7a8f82bb62db /changes | |
parent | c4920a60c6af935cc347fe3436dd7ff62a9e380d (diff) | |
download | tor-a271ad2a7efed53c42bc84b0f781a6603bd494fc.tar.gz tor-a271ad2a7efed53c42bc84b0f781a6603bd494fc.zip |
changes file for 21280
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug21280 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug21280 b/changes/bug21280 new file mode 100644 index 0000000000..e9f0bc174c --- /dev/null +++ b/changes/bug21280 @@ -0,0 +1,5 @@ + o Minor bugfixes (tor-resolve): + - The tor-resolve command line tool now rejects hostnames over 255 + characters in length. Previously, it would silently truncate + them, which could lead to bugs. Fixes bug 21280; bugfix on 0.0.9pre5. + Patch by "junglefowl". |