diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-03-24 10:18:00 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-03-24 10:18:00 -0400 |
commit | 6256c61d959dc2aa84752ac7903b827fffd53583 (patch) | |
tree | 154f0567d326f25d80f3b1949417db287ad87a06 /changes | |
parent | 424af93ded7e1d9d98733ed17b2b6fee143262b9 (diff) | |
parent | 19fb86a2dc0a95c6b009f977c35a01b7a2211546 (diff) | |
download | tor-6256c61d959dc2aa84752ac7903b827fffd53583.tar.gz tor-6256c61d959dc2aa84752ac7903b827fffd53583.zip |
Merge branch 'timegm_overflow_squashed'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug18479 | 5 |
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". |