aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-04-17 02:55:45 +0000
committerUlrich Drepper <drepper@redhat.com>2003-04-17 02:55:45 +0000
commit86d273076ccefde7891e22346ae5bbfa789f26eb (patch)
tree718a46eb0010dc82dc23d4a5cd569b2dd640f853 /ChangeLog
parent31dfab9e1775a673b18858af13794c50477ac76a (diff)
downloadglibc-86d273076ccefde7891e22346ae5bbfa789f26eb.tar
glibc-86d273076ccefde7891e22346ae5bbfa789f26eb.tar.gz
glibc-86d273076ccefde7891e22346ae5bbfa789f26eb.tar.bz2
glibc-86d273076ccefde7891e22346ae5bbfa789f26eb.zip
Update.
* locale/programs/ld-time.c (TESTARR_ELEM): Make i unsigned. (time_output): If necessary, allocate new buffer for .name string if padding is required.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f211511ee2..f24395f0a5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2003-04-16 Ulrich Drepper <drepper@redhat.com>
+ * locale/programs/ld-time.c (TESTARR_ELEM): Make i unsigned.
+ (time_output): If necessary, allocate new buffer for .name string if
+ padding is required.
+
* sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Check lengths
before copying. This might leave holes in the list. Adjust
pointers if necessary.