diff options
author | George Kadianakis <desnacked@riseup.net> | 2021-07-06 13:42:53 +0300 |
---|---|---|
committer | George Kadianakis <desnacked@riseup.net> | 2021-07-06 13:42:53 +0300 |
commit | 167f3bc4ecbe4f0265413f3a1b91b6faab1c0f81 (patch) | |
tree | 394375d616c7fd7e977fdcd6528f6d48dcf897c8 /changes | |
parent | 2758ae30b32cc75843cf216a310447eac4bdf7ac (diff) | |
parent | 98b9df61f6f2d33dab857b1e7d2f8e848678f5ed (diff) | |
download | tor-167f3bc4ecbe4f0265413f3a1b91b6faab1c0f81.tar.gz tor-167f3bc4ecbe4f0265413f3a1b91b6faab1c0f81.zip |
Merge branch 'maint-0.4.5' into maint-0.4.6
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug40383 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/bug40383 b/changes/bug40383 new file mode 100644 index 0000000000..c4ca46fac7 --- /dev/null +++ b/changes/bug40383 @@ -0,0 +1,7 @@ + o Minor bugfixes (timekeeping): + - Calculate the time of day correctly on systems where the time_t + type includes leap seconds. (This is not the case on most + operating systems, but on those where it occurs, our tor_timegm + function did not correctly invert the system's gmtime function, + which could result in assertion failures when calculating + voting schedules.) Fixes bug 40383; bugfix on 0.2.0.3-alpha. |