diff options
author | Ulrich Drepper <drepper@redhat.com> | 2006-08-24 17:30:37 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2006-08-24 17:30:37 +0000 |
commit | 7463d5cb4d42ffa944f05415f9d320b1b64d2bcf (patch) | |
tree | 5965915308653b2ce43950fc61101339c8149c1b /ChangeLog | |
parent | 542a6f62afe483fe282adaf60f5c0a185c12e824 (diff) | |
download | glibc-7463d5cb4d42ffa944f05415f9d320b1b64d2bcf.tar glibc-7463d5cb4d42ffa944f05415f9d320b1b64d2bcf.tar.gz glibc-7463d5cb4d42ffa944f05415f9d320b1b64d2bcf.tar.bz2 glibc-7463d5cb4d42ffa944f05415f9d320b1b64d2bcf.zip |
* malloc/malloc.c (sYSMALLOc): Avoid infinite loop if MMAP
keeps failing and heap growth or new heap creation isn't
successful either.
* malloc/tst-malloc.c (main): Add new tests.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2006-08-24 Jakub Jelinek <jakub@redhat.com> + + * malloc/malloc.c (sYSMALLOc): Avoid infinite loop if MMAP + keeps failing and heap growth or new heap creation isn't + successful either. + * malloc/tst-malloc.c (main): Add new tests. + 2006-08-24 Ulrich Drepper <drepper@redhat.com> [BZ #2734] |