[BZ #199]
authorRoland McGrath <roland@gnu.org>
Thu, 10 Jun 2004 02:16:08 +0000 (02:16 +0000)
committerRoland McGrath <roland@gnu.org>
Thu, 10 Jun 2004 02:16:08 +0000 (02:16 +0000)
commitf05a089da96014435cce5c9f17f386ba846a1a6e
treec1c015aec613464b5050d96889e72092c6622584
parente17f8b6119eb64d126422eda8a18d577cbdc9976
[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.
ChangeLog
crypt/md5-crypt.c
elf/chroot_canon.c