diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-10-16 22:37:35 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-10-16 22:37:35 +0000 |
commit | 69819d92239d4b8d7519a3cbcff0e2cab5906be3 (patch) | |
tree | 2a3184eb24c8f70c91b69d0ee27b018a25d99844 /ChangeLog | |
parent | e2cceb5a74764ee34a2d84c0a875af9e381b99db (diff) | |
download | glibc-69819d92239d4b8d7519a3cbcff0e2cab5906be3.tar.gz glibc-69819d92239d4b8d7519a3cbcff0e2cab5906be3.tar.xz glibc-69819d92239d4b8d7519a3cbcff0e2cab5906be3.zip |
(__tzfile_read): Take extra memory requested by caller into account when copying TZ string.
2007-10-16 Ulrich Drepper <drepper@redhat.com> * time/tzfile.c (__tzfile_read): Take extra memory requested by caller into account when copying TZ string.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 1ada7c63cb..9ffe807ab1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-10-16 Ulrich Drepper <drepper@redhat.com> + + * time/tzfile.c (__tzfile_read): Take extra memory requested by caller + into account when copying TZ string. + 2007-10-16 Jakub Jelinek <jakub@redhat.com> * sysdeps/x86_64/memset.S (memset): Fix sse2_nt_move |