diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-09-10 19:58:40 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-09-10 19:58:40 +0000 |
commit | c0097ea1eb4684e12bc4f73fdd5384c4e9fcd9bd (patch) | |
tree | cc6b4076d345753bc894179a0e02566fe73cdbc2 | |
parent | 3e00177e5a53c83916f8e0edc6d77d8c2a7fdbfb (diff) | |
download | glibc-c0097ea1eb4684e12bc4f73fdd5384c4e9fcd9bd.tar glibc-c0097ea1eb4684e12bc4f73fdd5384c4e9fcd9bd.tar.gz glibc-c0097ea1eb4684e12bc4f73fdd5384c4e9fcd9bd.tar.bz2 glibc-c0097ea1eb4684e12bc4f73fdd5384c4e9fcd9bd.zip |
Update.
2004-09-10 Jakub Jelinek <jakub@redhat.com>
* malloc/malloc.c (_int_free): Only do arena boundary check for
contiguous arenas.
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2004-09-10 Jakub Jelinek <jakub@redhat.com> + + * malloc/malloc.c (_int_free): Only do arena boundary check for + contiguous arenas. + 2004-09-10 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com> * stdlib/longlong.h [__M32R__] (add_ssaaaa, sub_ddmmss): Fix broken |