dates from 2038 or later now return 0x7fffffff when 32 bit time_t is used

This commit is contained in:
Daniel Stenberg
2004-11-11 09:26:09 +00:00
parent 8ef8e949bd
commit cd73a733c7
5 changed files with 20 additions and 0 deletions

View File

@@ -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.