summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorEric Blake <eblake@redhat.com>2011-01-27 10:06:08 -0700
committerEric Blake <eblake@redhat.com>2011-01-29 10:47:58 -0700
commit3682048da43f32682c4846de46b955638fcc5a52 (patch)
treecdc7c2a144d7573ac85f7853e8a2e0a48135dc2c /ChangeLog
parent1571c2cdf68c1964b0d6d2f27e661a0b7d4f899f (diff)
downloadgnulib-3682048da43f32682c4846de46b955638fcc5a52.tar.gz
mktime: avoid infinite loop
* m4/mktime.m4 (AC_FUNC_MKTIME): Avoid overflow on possibly-signed type; behavior is still undefined but portable to all known targets. Reported by Rich Felker. Signed-off-by: Eric Blake <eblake@redhat.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 475d1bd062..3a00f5a315 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2011-01-29 Eric Blake <eblake@redhat.com>
+
+ mktime: avoid infinite loop
+ * m4/mktime.m4 (AC_FUNC_MKTIME): Avoid overflow on possibly-signed
+ type; behavior is still undefined but portable to all known targets.
+ Reported by Rich Felker.
+
2011-01-29 Simon Josefsson <simon@josefsson.org>
rename, unlink, same-inode: Relicense.