diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-12-29 15:58:00 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-12-29 15:58:00 +0000 |
commit | c2f5916e8cf5a40db50bfb2377e56875ae96eea2 (patch) | |
tree | a83fd1de4489afe145f81d73378e4f3b11c333a4 | |
parent | d1dddedf7893fe70ed5d429485c8bcd0ab43f285 (diff) | |
download | glibc-c2f5916e8cf5a40db50bfb2377e56875ae96eea2.tar.gz glibc-c2f5916e8cf5a40db50bfb2377e56875ae96eea2.tar.xz glibc-c2f5916e8cf5a40db50bfb2377e56875ae96eea2.zip |
Update.
2001-12-25 Dmitry V. Levin <ldv@alt-linux.org> * 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.
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 912ed55af8..cd0d6628f1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2001-12-25 Dmitry V. Levin <ldv@alt-linux.org> + + * 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 <schwidefsky@de.ibm.com> * sysdeps/unix/sysv/linux/s390/profil-counter.h: Move/copy to ... |