diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-12-07 11:13:11 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-12-07 11:13:11 -0500 |
commit | 0815f96416676ace7cfdb5c29000d8cd6ee3459f (patch) | |
tree | e0f22eed6df3293493acf94a7794fe243589c1fc /changes/bug20875 | |
parent | fce425e3ff0281de29f04ac46d8c395befee607d (diff) | |
download | tor-0815f96416676ace7cfdb5c29000d8cd6ee3459f.tar.gz tor-0815f96416676ace7cfdb5c29000d8cd6ee3459f.zip |
Fix a BUG() warning from next_random_exponential_delay().
Fixes 20875; this code is as suggested by teor on the ticket. Thanks!
Diffstat (limited to 'changes/bug20875')
-rw-r--r-- | changes/bug20875 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug20875 b/changes/bug20875 new file mode 100644 index 0000000000..6bba2cbc12 --- /dev/null +++ b/changes/bug20875 @@ -0,0 +1,4 @@ + o Minor bugfixes (download scheduling) + - Resolve a "bug" warning when considering a download schedule whose + delay had approached INT_MAX. Fixes 20875; bugfix on 0.2.9.5-alpha. + |