]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
changes file for 21280
authorNick Mathewson <nickm@torproject.org>
Wed, 25 Jan 2017 18:15:37 +0000 (13:15 -0500)
committerNick Mathewson <nickm@torproject.org>
Tue, 7 Feb 2017 14:27:17 +0000 (09:27 -0500)
changes/bug21280 [new file with mode: 0644]

diff --git a/changes/bug21280 b/changes/bug21280
new file mode 100644 (file)
index 0000000..e9f0bc1
--- /dev/null
@@ -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".