This is the mail archive of the libc-hacker@sources.redhat.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Fix a possible buffer overflow in crypt (in lowmem situation only), fix lowmem handling in chroot_canon


> Hi!
> 
> 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.

I've put these in.


Thanks,
Roland


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]