diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-11-11 09:26:09 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-11-11 09:26:09 +0000 |
commit | cd73a733c78b7ab7b4e3ccaca9350bbcce124142 (patch) | |
tree | 4d9772c476213fa9c7f4034d7860c75f97b83dc5 /CHANGES | |
parent | 8ef8e949bd07a72918565f4482f8250a55a2f2dc (diff) |
dates from 2038 or later now return 0x7fffffff when 32 bit time_t is used
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -6,6 +6,11 @@ Changelog +Daniel (11 November 2004) +- Jeff Phillips found out that a date string with a year beyond 2038 could + crash the new date parser on systems with 32bit time_t. We now check for + this case and deal with it. + Daniel (10 November 2004) - I installed Heimdal on my Debian box (using the debian package) and noticed that configure --with-gssapi failed to create a nice build. Fixed now. |