Merge branch 'maint-0.2.9'

This commit is contained in:
Nick Mathewson 2017-02-07 09:27:22 -05:00
commit 51dc284088

5
changes/bug21280 Normal file
View File

@ -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".