about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-12-12 21:06:37 +0000
committerUlrich Drepper <drepper@redhat.com>2004-12-12 21:06:37 +0000
commit410828e47a70317c39ef4ac1192d467a1cd0d48f (patch)
treeff5ff14855897039f0fef4e3f0d5f835266579f3 /ChangeLog
parent76761b63787f4122ec87f257ec038aba9e7ab236 (diff)
downloadglibc-410828e47a70317c39ef4ac1192d467a1cd0d48f.tar.gz
glibc-410828e47a70317c39ef4ac1192d467a1cd0d48f.tar.xz
glibc-410828e47a70317c39ef4ac1192d467a1cd0d48f.zip
Update.
2004-12-12  Ulrich Drepper  <drepper@redhat.com>

	* elf/dl-load.c (_dl_map_object_from_fd): Fix computation of
	mapping start.  It must take the actual pagesize into account, not
	the alignment in the file.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0660ad33e0..1a02630d7d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2004-12-12  Ulrich Drepper  <drepper@redhat.com>
+
+	* elf/dl-load.c (_dl_map_object_from_fd): Fix computation of
+	mapping start.  It must take the actual pagesize into account, not
+	the alignment in the file.
+
 2004-12-11  Ulrich Drepper  <drepper@redhat.com>
 
 	* malloc/malloc.c (_int_realloc): Add checks for corrupted memory.