diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-10-14 14:10:20 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-10-14 14:10:20 +0000 |
commit | 576c8451485408d776914e756e5cc554e9d93eda (patch) | |
tree | 36c76940f6aaea04798eac3d55d4684bca69662e /ChangeLog | |
parent | 93c6cb8b8d5c48944c82243b82713e97fd13dc17 (diff) | |
download | glibc-576c8451485408d776914e756e5cc554e9d93eda.zip glibc-576c8451485408d776914e756e5cc554e9d93eda.tar.gz glibc-576c8451485408d776914e756e5cc554e9d93eda.tar.bz2 |
[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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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. |