summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2005-10-14 14:10:20 +0000
committerUlrich Drepper <drepper@redhat.com>2005-10-14 14:10:20 +0000
commit576c8451485408d776914e756e5cc554e9d93eda (patch)
tree36c76940f6aaea04798eac3d55d4684bca69662e /ChangeLog
parent93c6cb8b8d5c48944c82243b82713e97fd13dc17 (diff)
downloadglibc-576c8451485408d776914e756e5cc554e9d93eda.tar.gz
glibc-576c8451485408d776914e756e5cc554e9d93eda.tar.xz
glibc-576c8451485408d776914e756e5cc554e9d93eda.zip
[BZ #1459]
	* time/asctime.c (__asctime_r): Check for tm_year computation to
	overflow and fail in this case.
	* time/Makefile (tests): Add bug-asctime.
	* time/bug-asctime.c: New file.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9c9ac3040a..430decf37a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2005-10-14  Ulrich Drepper  <drepper@redhat.com>
 
+	[BZ #1459]
+	* time/asctime.c (__asctime_r): Check for tm_year computation to
+	overflow and fail in this case.
+	* time/Makefile (tests): Add bug-asctime.
+	* time/bug-asctime.c: New file.
+
 	[BZ #1458]
 	* sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MREMAP_FIXED.
 	* sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.