mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-25 07:07:52 +01:00
Changes file for the 32-bit msec conversion fixes of #27139
This commit is contained in:
parent
6e5e1be737
commit
9a90f4c6b4
1 changed files with 14 additions and 0 deletions
14
changes/bug27139
Normal file
14
changes/bug27139
Normal file
|
@ -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.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue