diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-02-28 16:56:07 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-02-28 16:56:07 +0000 |
commit | dae5fc798271db3b993be1b38cfada73e05dab68 (patch) | |
tree | 088205a2ec3a8f904b9ed0c10b87c51566481e9c /ChangeLog | |
parent | ebf1862382d25f155228325a85a3c11ab48b7b86 (diff) | |
download | tor-dae5fc798271db3b993be1b38cfada73e05dab68.tar.gz tor-dae5fc798271db3b993be1b38cfada73e05dab68.zip |
r11981@catbus: nickm | 2007-02-28 11:55:27 -0500
Clamp declarable bandwidth at INT32_MAX, not INT_MAX.
svn:r9677
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -10,6 +10,8 @@ Changes in version 0.1.2.9-??? - 2007-??-?? o Minor bugfixes (other): - Fix an assert that could trigger if a controller quickly set then cleared EntryNodes. (Bug found by Udo van den Heuvel.) + - On architectures where sizeof(int)>4, still clamp declarable bandwidth + to INT32_MAX. Changes in version 0.1.2.8-beta - 2007-02-26 |