diff options
author | teor (Tim Wilson-Brown) <teor2345@gmail.com> | 2016-02-25 11:02:39 +0800 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-03-24 10:17:48 -0400 |
commit | e71e8e005a533ad519d6b226541ede115e0a5b79 (patch) | |
tree | 803860ef330d1d83fdfe9b57c110d949773df69b /changes | |
parent | e019e11e61c2c57c84505aaf2559966bddd4a10d (diff) | |
download | tor-e71e8e005a533ad519d6b226541ede115e0a5b79.tar.gz tor-e71e8e005a533ad519d6b226541ede115e0a5b79.zip |
Avoid overflow in tor_timegm on 32 bit platforms due to year 2038
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". |