aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-11-11 09:26:09 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-11-11 09:26:09 +0000
commitcd73a733c78b7ab7b4e3ccaca9350bbcce124142 (patch)
tree4d9772c476213fa9c7f4034d7860c75f97b83dc5 /CHANGES
parent8ef8e949bd07a72918565f4482f8250a55a2f2dc (diff)
dates from 2038 or later now return 0x7fffffff when 32 bit time_t is used
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index d66143eb7..890f64b9e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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.