summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorGeorge Kadianakis <desnacked@riseup.net>2021-07-06 13:42:29 +0300
committerGeorge Kadianakis <desnacked@riseup.net>2021-07-06 13:42:29 +0300
commit98b9df61f6f2d33dab857b1e7d2f8e848678f5ed (patch)
treee3b96ce6149c3f05c3ffad00273d30ee52e85e4a /changes
parente60d14bb6b772c3f376a9be725899e40cea5087d (diff)
parentc1d96358d49a4583b8aa9bdb1e8d73c70f9d8d06 (diff)
downloadtor-98b9df61f6f2d33dab857b1e7d2f8e848678f5ed.tar.gz
tor-98b9df61f6f2d33dab857b1e7d2f8e848678f5ed.zip
Merge branch 'mr/395' into maint-0.4.5
Diffstat (limited to 'changes')
-rw-r--r--changes/bug403837
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.