diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-04-24 18:47:19 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-04-24 18:47:19 +0000 |
commit | c9edc8891dac165b8446cdd11db4304f9faf01d8 (patch) | |
tree | 261ff4a90cd7ed147cab0766fab92d2a3db7b710 /ChangeLog | |
parent | c2d5bd5b00cfbb0ef192821f2d724fb6448d59e3 (diff) | |
download | glibc-c9edc8891dac165b8446cdd11db4304f9faf01d8.tar glibc-c9edc8891dac165b8446cdd11db4304f9faf01d8.tar.gz glibc-c9edc8891dac165b8446cdd11db4304f9faf01d8.tar.bz2 glibc-c9edc8891dac165b8446cdd11db4304f9faf01d8.zip |
* locale/programs/locarchive.c (enlarge_archive): Conserve address
space when temporarily mapping the whole content of the old file.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2009-04-24 Ulrich Drepper <drepper@redhat.com> + * locale/programs/locarchive.c (enlarge_archive): Conserve address + space when temporarily mapping the whole content of the old file. + [BZ #10100] * misc/hsearch_r.c (hsearch_r): Add back ensurance that hval is not zero. |