From: Nick Mathewson Date: Wed, 25 Jan 2017 18:15:37 +0000 (-0500) Subject: changes file for 21280 X-Git-Tag: tor-0.3.0.3-alpha~42 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1130fd87edb38570dbad9c1a04adfe0947490b2d;p=thirdparty%2Ftor.git changes file for 21280 --- 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".