about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-08-22 08:11:48 +0000
committerRoland McGrath <roland@gnu.org>2002-08-22 08:11:48 +0000
commit4e20f1e2150d0f57a4e04643bb1723607d14a234 (patch)
tree74de22bae022eae4f1649cd54e6ad25205c6e096 /ChangeLog
parent5015cde4c8f4d5b50c906967cdf88d8bff82dca1 (diff)
downloadglibc-4e20f1e2150d0f57a4e04643bb1723607d14a234.tar.gz
glibc-4e20f1e2150d0f57a4e04643bb1723607d14a234.tar.xz
glibc-4e20f1e2150d0f57a4e04643bb1723607d14a234.zip
* 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--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ac29548eac..38cf4938b3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.