aboutsummaryrefslogtreecommitdiff
path: root/changes/bug7801
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2013-04-19 11:12:59 -0400
committerNick Mathewson <nickm@torproject.org>2013-04-19 11:12:59 -0400
commita8fcaed3a8428d3c0caf53cc6704c899a26f2553 (patch)
treeb192ff78c695c8bc673b1c2d9762b7bf98cfea97 /changes/bug7801
parent6defb10d723211b5a0830a408bd33863fd33872f (diff)
downloadtor-a8fcaed3a8428d3c0caf53cc6704c899a26f2553.tar
tor-a8fcaed3a8428d3c0caf53cc6704c899a26f2553.tar.gz
Remove changes files which were merged in release-0.2.4
Diffstat (limited to 'changes/bug7801')
-rw-r--r--changes/bug780113
1 files changed, 0 insertions, 13 deletions
diff --git a/changes/bug7801 b/changes/bug7801
deleted file mode 100644
index 1d6d021f3..000000000
--- a/changes/bug7801
+++ /dev/null
@@ -1,13 +0,0 @@
- o Minor bugfixes:
- - When choosing which stream on a formerly stalled circuit to wake
- first, make better use of the platform's weak RNG. Previously, we
- had been using the % ("modulo") operator to try to generate a 1/N
- chance of picking each stream, but this behaves badly with many
- platforms' choice of weak RNG. Fix for bug 7801; bugfix on
- 0.2.2.20-alpha.
- - Use our own weak RNG when we need a weak RNG. Windows's rand()
- and Irix's random() only return 15 bits; Solaris's random()
- returns more bits but its RAND_MAX says it only returns 15, and
- so on. Fixes another aspect of bug 7801; bugfix on
- 0.2.2.20-alpha.
-