about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2006-09-09 16:56:29 +0000
committerUlrich Drepper <drepper@redhat.com>2006-09-09 16:56:29 +0000
commit41aba3d764a72e48fa5bb08969653582c38f319f (patch)
treefeeee7701d8bbae975a0d26685572122b0e52525 /ChangeLog
parenteaa51b472caf30435e094b975308a5d45c13278a (diff)
downloadglibc-41aba3d764a72e48fa5bb08969653582c38f319f.tar.gz
glibc-41aba3d764a72e48fa5bb08969653582c38f319f.tar.xz
glibc-41aba3d764a72e48fa5bb08969653582c38f319f.zip
	* time/mktime.c (guess_time_tm): Fix overflow detection.
	* time/Makefile (tests): Add bug-mktime1.
	* time/bug-mktime1.c: New file.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1b77fae51f..004efe9aba 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2006-09-09  Ulrich Drepper  <drepper@redhat.com>
 
+	[BZ #2821]
+	* time/mktime.c (guess_time_tm): Fix overflow detection.
+	* time/Makefile (tests): Add bug-mktime1.
+	* time/bug-mktime1.c: New file.
+
 	[BZ #3189, #3188]
 	* misc/sys/mman.h (remap_file_pages): Make available for _GNU_SOURCE.
 	(mremap): Likewise.