aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2012-01-09 19:18:48 -0500
committerNick Mathewson <nickm@torproject.org>2012-01-09 19:18:48 -0500
commit489db38229074e3d31d65ac9e60407ddb4826789 (patch)
tree1502f57a4b57a14c832b501afc8a1a157e9b9e62 /changes
parentb1ee1a719db0a47fa27a8efd9a6e7e443dca2550 (diff)
downloadtor-489db38229074e3d31d65ac9e60407ddb4826789.tar
tor-489db38229074e3d31d65ac9e60407ddb4826789.tar.gz
Revise bug4413 changes file
Diffstat (limited to 'changes')
-rw-r--r--changes/bug44137
1 files changed, 5 insertions, 2 deletions
diff --git a/changes/bug4413 b/changes/bug4413
index 653ddeb56..673e28f1c 100644
--- a/changes/bug4413
+++ b/changes/bug4413
@@ -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.