summaryrefslogtreecommitdiff
path: root/changes/bug4413
diff options
context:
space:
mode:
Diffstat (limited to 'changes/bug4413')
-rw-r--r--changes/bug44135
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug4413 b/changes/bug4413
new file mode 100644
index 0000000000..673e28f1c6
--- /dev/null
+++ b/changes/bug4413
@@ -0,0 +1,5 @@
+ 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.