From: Ulrich Drepper Date: Sat, 29 Dec 2001 15:58:00 +0000 (+0000) Subject: Update. X-Git-Tag: upstream/2.20~15233 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c2f5916e8cf5a40db50bfb2377e56875ae96eea2;p=platform%2Fupstream%2Flinaro-glibc.git Update. 2001-12-25 Dmitry V. Levin * crypt/md5-crypt.c: Realloc error handling memory leak fix. * elf/chroot_canon.c: Likewise. * elf/dl-object.c: Likewise. * iconv/iconv_charmap.c: Likewise. * iconv/iconv_prog.c: Likewise. * libio/iogetdelim.c: Likewise. * locale/lc-time.c: Likewise. * stdlib/canonicalize.c: Likewise. * sunrpc/svc.c: Likewise. * sysdeps/generic/glob.c: Likewise. --- diff --git a/ChangeLog b/ChangeLog index 912ed55..cd0d662 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2001-12-25 Dmitry V. Levin + + * crypt/md5-crypt.c: Realloc error handling memory leak fix. + * elf/chroot_canon.c: Likewise. + * elf/dl-object.c: Likewise. + * iconv/iconv_charmap.c: Likewise. + * iconv/iconv_prog.c: Likewise. + * libio/iogetdelim.c: Likewise. + * locale/lc-time.c: Likewise. + * stdlib/canonicalize.c: Likewise. + * sunrpc/svc.c: Likewise. + * sysdeps/generic/glob.c: Likewise. + 2001-12-19 Martin Schwidefsky * sysdeps/unix/sysv/linux/s390/profil-counter.h: Move/copy to ...