diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-10-02 04:21:49 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-10-02 04:21:49 +0000 |
commit | 95bddc0c3bb35a234635f05ccdd88a442ead9a65 (patch) | |
tree | c26a250729e0a5335d5ecba7fcbbd60d2f2b5cc4 /ChangeLog | |
parent | 27b13a7d238f09ae322131ce0450120e143ae533 (diff) | |
download | glibc-95bddc0c3bb35a234635f05ccdd88a442ead9a65.zip glibc-95bddc0c3bb35a234635f05ccdd88a442ead9a65.tar.gz glibc-95bddc0c3bb35a234635f05ccdd88a442ead9a65.tar.bz2 |
[BZ #5071]
* malloc/malloc.c (mremap_chunk): Avoid resizing of new block has
the same number of pages.
Patch by Tomash Brechko <tomash.brechko@gmail.com>.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2007-10-01 Ulrich Drepper <drepper@redhat.com> + [BZ #5071] + * malloc/malloc.c (mremap_chunk): Avoid resizing of new block has + the same number of pages. + Patch by Tomash Brechko <tomash.brechko@gmail.com>. + * locale/programs/ld-collate.c (collate_read): After initial copy statement, continue in state 0. |