diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-09-20 10:43:05 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-09-20 10:43:05 -0400 |
commit | 163230e2405af394ce3684dc7fdf2475bf1318b0 (patch) | |
tree | e239426c923391be95fc192b8231af8c85315337 /changes | |
parent | 2ddbaf9cdc3c850a56ef1f3bf6977c903e24bb39 (diff) | |
parent | 9a90f4c6b42cb2c251dae74f92d4192e171442e1 (diff) | |
download | tor-163230e2405af394ce3684dc7fdf2475bf1318b0.tar.gz tor-163230e2405af394ce3684dc7fdf2475bf1318b0.zip |
Merge remote-tracking branch 'github/bug27139_034' into maint-0.3.4
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug27139 | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/changes/bug27139 b/changes/bug27139 new file mode 100644 index 0000000000..0d1e3b4329 --- /dev/null +++ b/changes/bug27139 @@ -0,0 +1,14 @@ + o Minor bugfixes (32-bit OSX and iOS, timing): + - Fix an integer overflow bug in our optimized 32-bit millisecond- + difference algorithm for 32-bit Apple platforms. Previously, it + would overflow when calculating the difference between two times + more than 47 days apart. Fixes part of bug 27139; bugfix on + 0.3.4.1-alpha. + - Improve the precision of our 32-bit millisecond difference + algorithm for 32-bit Apple platforms. Fixes part of bug 27139; + bugfix on 0.3.4.1-alpha. + - Relax the tolerance on the mainloop/update_time_jumps test + when running on 32-bit Apple platforms. Fixes part of bug 27139; + bugfix on 0.3.4.1-alpha. + + |