summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
Diffstat (limited to 'changes')
-rw-r--r--changes/bug184795
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug18479 b/changes/bug18479
new file mode 100644
index 0000000000..d7a935b055
--- /dev/null
+++ b/changes/bug18479
@@ -0,0 +1,5 @@
+ o Minor bugfixes (time parsing):
+ - Avoid overflow in tor_timegm when parsing dates in and after 2038
+ on platforms with 32-bit time_t.
+ Fixes bug 18479; bugfix on 3c4b4c8ca in tor-0.0.2pre14.
+ Patch by "teor".