summaryrefslogtreecommitdiff
path: root/exec
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2004-10-22 23:35:00 +0000
committerRoland McGrath <roland@gnu.org>2004-10-22 23:35:00 +0000
commit8021b93e82f3dd5ae45d15c93226358315cbc62f (patch)
tree9c6fc467182aaecafa8669447118dadb4315580f /exec
parent2d6d0bf87caef8027c6154a304390d0a4fe6cd49 (diff)
.
Diffstat (limited to 'exec')
-rw-r--r--exec/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/exec/ChangeLog b/exec/ChangeLog
index 6f01d7b0..4a36825d 100644
--- a/exec/ChangeLog
+++ b/exec/ChangeLog
@@ -1,3 +1,10 @@
+2004-10-22 Roland McGrath <roland@frob.com>
+
+ * exec.c (check_elf_phdr): Return early on setting ENOEXEC.
+ Only touch E->info.elf.phdr_addr once, on the PT_LOAD segment that
+ actually contains the e_phoff location in the file.
+ (do_exec): If E.info.elf.phdr_addr is zero, don't set BOOT->phdr_size.
+
2004-09-26 Roland McGrath <roland@frob.com>
* priv.h (struct execdata.info.elf): New field `phdr_addr'.