From a271ad2a7efed53c42bc84b0f781a6603bd494fc Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Wed, 25 Jan 2017 13:15:37 -0500 Subject: [PATCH] changes file for 21280 --- changes/bug21280 | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changes/bug21280 diff --git a/changes/bug21280 b/changes/bug21280 new file mode 100644 index 000000000..e9f0bc174 --- /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".