diff options
author | Ulrich Drepper <drepper@redhat.com> | 2008-01-09 20:35:03 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2008-01-09 20:35:03 +0000 |
commit | b34437015bac85001eeed5d6407f9241bbff3b8e (patch) | |
tree | 1f7614f53edd7c1483f7f38fcce6a1affbe9c6f9 /ChangeLog | |
parent | 4b1b449d1d4fda5658a3eb8378413aa224de0cf6 (diff) | |
download | glibc-b34437015bac85001eeed5d6407f9241bbff3b8e.tar glibc-b34437015bac85001eeed5d6407f9241bbff3b8e.tar.gz glibc-b34437015bac85001eeed5d6407f9241bbff3b8e.tar.bz2 glibc-b34437015bac85001eeed5d6407f9241bbff3b8e.zip |
[BZ #5553]
2008-01-09 Ulrich Drepper <drepper@redhat.com>
[BZ #5553]
* malloc/malloc.c (public_mALLOc): Set ar_ptr when trying main_arena.
(public_mEMALIGn): Likewise.
Patch mostly by Daniel Jacobowitz.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2008-01-09 Ulrich Drepper <drepper@redhat.com> + + [BZ #5553] + * malloc/malloc.c (public_mALLOc): Set ar_ptr when trying main_arena. + (public_mEMALIGn): Likewise. + Patch mostly by Daniel Jacobowitz. + 2008-01-09 Jakub Jelinek <jakub@redhat.com> * sysdeps/unix/sysv/linux/i386/makecontext.S (__makecontext): Avoid |