about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-10-21 17:08:18 +0000
committerUlrich Drepper <drepper@redhat.com>2000-10-21 17:08:18 +0000
commita35e137a99c4f06387c38f071d9b49a89cf884b5 (patch)
treefa92c2139527594c50d709f2eedc29d8191c72a0 /ChangeLog
parentd1990c556227b4ab884ee562e91000e6c74c98d8 (diff)
downloadglibc-a35e137a99c4f06387c38f071d9b49a89cf884b5.tar.gz
glibc-a35e137a99c4f06387c38f071d9b49a89cf884b5.tar.xz
glibc-a35e137a99c4f06387c38f071d9b49a89cf884b5.zip
Update.
	* elf/dl-load.c (_dl_map_object_from_fd): Split out ELF file
	verification in open_verify.
	(open_verify): New function.  Called instead of open.  Ignores valid
	files for other architectures.
	(open_path): Call open_verify instead of open.
	(_dl_map_object): Likewise.
	Somewhat based on a patch by Don Dugger <n0ano@valinux.com>.

	* io/pwd.c (main): The output was missing a newline.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 12839f993d..c298e3950e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
 2000-10-21  Ulrich Drepper  <drepper@redhat.com>
 
+	* elf/dl-load.c (_dl_map_object_from_fd): Split out ELF file
+	verification in open_verify.
+	(open_verify): New function.  Called instead of open.  Ignores valid
+	files for other architectures.
+	(open_path): Call open_verify instead of open.
+	(_dl_map_object): Likewise.
+	Somewhat based on a patch by Don Dugger <n0ano@valinux.com>.
+
+	* io/pwd.c (main): The output was missing a newline.
+
 	* posix/fnmatch_loop.c: Make FNM_LEADING_DIR behave as GNU tar
 	expects it.  Patch by Colin Watson <riva.ucam.org>.
 	* posix/tst-fnmatch.input: Add test cases for FNM_LEADING_DIR.