[tor-commits] [tor/master] Changes file for the 32-bit msec conversion fixes of #27139

nickm at torproject.org nickm at torproject.org
Thu Sep 20 14:43:13 UTC 2018


commit 9a90f4c6b42cb2c251dae74f92d4192e171442e1
Author: Nick Mathewson <nickm at torproject.org>
Date:   Fri Sep 14 08:49:27 2018 -0400

    Changes file for the 32-bit msec conversion fixes of #27139
---
 changes/bug27139 | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/changes/bug27139 b/changes/bug27139
new file mode 100644
index 000000000..0d1e3b432
--- /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.
+
+





More information about the tor-commits mailing list