diff options
author | Roland McGrath <roland@gnu.org> | 2002-08-22 08:11:48 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-08-22 08:11:48 +0000 |
commit | 4e20f1e2150d0f57a4e04643bb1723607d14a234 (patch) | |
tree | 74de22bae022eae4f1649cd54e6ad25205c6e096 /ChangeLog | |
parent | 5015cde4c8f4d5b50c906967cdf88d8bff82dca1 (diff) | |
download | glibc-4e20f1e2150d0f57a4e04643bb1723607d14a234.zip glibc-4e20f1e2150d0f57a4e04643bb1723607d14a234.tar.gz glibc-4e20f1e2150d0f57a4e04643bb1723607d14a234.tar.bz2 |
* locale/loadarchive.c (_nl_load_locale_from_archive): Check max file
position indicated by locrectab against file bounds before rounding to
page size. In mapping loop, always set TO before breaking out of
contiguous range coalescing loop.
* locale/loadarchive.c (_nl_load_locale_from_archive): Use MAP_PRIVATE
(or MAP_COPY if available) instead of MAP_SHARED.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,13 @@ 2002-08-22 Roland McGrath <roland@redhat.com> + * locale/loadarchive.c (_nl_load_locale_from_archive): Check max file + position indicated by locrectab against file bounds before rounding to + page size. In mapping loop, always set TO before breaking out of + contiguous range coalescing loop. + + * locale/loadarchive.c (_nl_load_locale_from_archive): Use MAP_PRIVATE + (or MAP_COPY if available) instead of MAP_SHARED. + * scripts/firstversions.awk: When encountering a version newer than the specified earliest version, be sure to emit the specified earliest version first if any renaming of an older version to that has been. |