]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Revise bug4413 changes file
authorNick Mathewson <nickm@torproject.org>
Tue, 10 Jan 2012 00:18:48 +0000 (19:18 -0500)
committerNick Mathewson <nickm@torproject.org>
Tue, 10 Jan 2012 00:18:48 +0000 (19:18 -0500)
changes/bug4413

index 653ddeb5671b0f02f0437720d250c77e010c07e3..673e28f1c6fc667b267c851fb5013fcab856c09b 100644 (file)
@@ -1,2 +1,5 @@
-Minor bugfixes:
-    - Check for a potential, however unlikely, integer overflow. Fixes bug 4413; Bugfix on 0.2.3.9-alpha.
+  o Minor bugfixes:
+    - Fix our implementation of crypto_random_hostname() so it can't
+      overflow on ridiculously large inputs. (No Tor version has ever
+      provided this kind of bad inputs, but let's be correct in depth.)
+      Fixes bug 4413; bugfix on 0.2.2.9-alpha. Fix by Stephen Palmateer.