diff options
author | Roland McGrath <roland@gnu.org> | 2004-06-10 02:16:08 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2004-06-10 02:16:08 +0000 |
commit | f05a089da96014435cce5c9f17f386ba846a1a6e (patch) | |
tree | c1c015aec613464b5050d96889e72092c6622584 /ChangeLog | |
parent | e17f8b6119eb64d126422eda8a18d577cbdc9976 (diff) | |
download | glibc-f05a089da96014435cce5c9f17f386ba846a1a6e.tar.gz |
[BZ #199]
2004-06-08 Jakub Jelinek <jakub@redhat.com>
[BZ #199]
* crypt/md5-crypt.c (__md5_crypt): Only update buflen if realloc
succeeds. Reported by Miles Ohlrich <miles@cray.com>.
* elf/chroot_canon.c (chroot_canon): Avoid segfault if first malloc
fails. Avoid memory leak if realloc fails.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2004-06-08 Jakub Jelinek <jakub@redhat.com> + + [BZ #199] + * crypt/md5-crypt.c (__md5_crypt): Only update buflen if realloc + succeeds. Reported by Miles Ohlrich <miles@cray.com>. + + * elf/chroot_canon.c (chroot_canon): Avoid segfault if first malloc + fails. Avoid memory leak if realloc fails. + 2004-06-09 Jakub Jelinek <jakub@redhat.com> * sysdeps/generic/setenv.c (setenv): Return -1/EINVAL if name is |