aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-03-04 00:10:34 +0000
committerUlrich Drepper <drepper@redhat.com>2003-03-04 00:10:34 +0000
commit6fffb9a2c1bfcd4832701f267a75ed87d75aafd5 (patch)
tree35497642154cb5d5a3a8e1d0e72ff4182bd2cd57 /ChangeLog
parent4f6f0a8fcff3219a19e860f0c4037d9e5646042c (diff)
downloadglibc-6fffb9a2c1bfcd4832701f267a75ed87d75aafd5.tar
glibc-6fffb9a2c1bfcd4832701f267a75ed87d75aafd5.tar.gz
glibc-6fffb9a2c1bfcd4832701f267a75ed87d75aafd5.tar.bz2
glibc-6fffb9a2c1bfcd4832701f267a75ed87d75aafd5.zip
Update.
* elf/dl-load.c (_dl_map_object_from_fd): Determine whether there are holes between the segments. Only call mprotect to set proection to PROT_NONE if there are some. * elf/dl-load.c (struct filebuf): Actually use FILEBUF_SIZE. Update comment.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 00cd3519d4..04deee38db 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2003-03-03 Ulrich Drepper <drepper@redhat.com>
+ * elf/dl-load.c (_dl_map_object_from_fd): Determine whether there
+ are holes between the segments. Only call mprotect to set
+ proection to PROT_NONE if there are some.
+
+ * elf/dl-load.c (struct filebuf): Actually use FILEBUF_SIZE.
+ Update comment.
+
* include/sched.h (__clone2): Use ... instead of adding all the
new parameters.