aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2007-01-06 06:27:15 +0000
committerNick Mathewson <nickm@torproject.org>2007-01-06 06:27:15 +0000
commitd6073cc7fa63f69b8fd657ab38402f25ca06296f (patch)
tree42efd00124fa8b42930c180e29372ce4d42dea23 /ChangeLog
parentaa7b72c97d803e982207376cd2a8f3e34f36ce52 (diff)
downloadtor-d6073cc7fa63f69b8fd657ab38402f25ca06296f.tar
tor-d6073cc7fa63f69b8fd657ab38402f25ca06296f.tar.gz
r11864@Kushana: nickm | 2007-01-06 01:25:59 -0500
Fix an XXXX012 in connection.c: prevent overflows on unfeasibly-high-bandwidth servers on 32-bit architectures. svn:r9282
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7dea592d6..ab9e1ea73 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -27,6 +27,9 @@ Changes in version 0.1.2.6-alpha - 2007-??-??
o Minor bugfixes:
- Restore a warning message if we accidentally resolve an address that
we weren't planning to resolve.
+ - Prevent an (unlikely) bug on 32-bit architectures that could make
+ directories send 503s incorrectly when BandwidthBurst plus 2 times
+ BandwidthRate was over to 2 GB.
Changes in version 0.1.2.5-alpha - 2007-01-06