diff options
Diffstat (limited to 'exec')
-rw-r--r-- | exec/ChangeLog | 7 |
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'. |