Merge branch 'maint-0.4.5' into maint-0.4.6

This commit is contained in:
George Kadianakis
2021-07-06 13:42:53 +03:00
5 changed files with 72 additions and 3 deletions
+7
View File
@@ -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.