* malloc/malloc.c (mremap_chunk): Avoid resizing of new block has
	the same number of pages.
	Patch by Tomash Brechko <tomash.brechko@gmail.com>.
This commit is contained in:
Ulrich Drepper 2007-10-02 04:21:49 +00:00
parent 27b13a7d23
commit 95bddc0c3b
2 changed files with 7 additions and 1 deletions

View File

@ -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.

View File

@ -29,9 +29,10 @@
* locales/cs_CZ: Sort lowercase before uppercase.
* locales/en_GB: Change first weekday and workday to Monday.
* locales/da_DK: Likewise.
* locales/nb_NO: Likewise.
* locales/nn_NO: Likewise.
[BZ #4833]
* locales/da_DK: Likewise.
[BZ #4705]
* locales/et_EE: Likewise.