diff options
author | Richard Henderson <rth@twiddle.net> | 2010-07-27 10:25:27 -0700 |
---|---|---|
committer | Edgar E. Iglesias <edgar.iglesias@gmail.com> | 2010-07-29 08:32:27 +0200 |
commit | cf129f3a8eea76a34bc748762c31bbc27eabe540 (patch) | |
tree | 25f67db1b11263eaa4088c63953cf1319e8a5491 /qemu-malloc.c | |
parent | 36500de674a3caa37cab5b4665458a318d0c2173 (diff) | |
download | hqemu-cf129f3a8eea76a34bc748762c31bbc27eabe540.zip hqemu-cf129f3a8eea76a34bc748762c31bbc27eabe540.tar.gz |
linux-user: Handle filesz < memsz for any PT_LOAD segment.
I caught padzero not properly initializing the .bss segment
on a statically linked Alpha program. Rather than a minimal
patch, replace the gross code with a single mmap+memset.
Share more code between load_elf_interp and load_elf_binary.
Legally, an ELF program need not have just a single .bss;
and PT_LOAD segment can have memsz > filesz.
Signed-off-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
Diffstat (limited to 'qemu-malloc.c')
0 files changed, 0 insertions, 0 deletions