Message ID | 68754b442b756e8cb5f143b00937fb7330a51a81.1474546244.git.riku.voipio@linaro.org |
---|---|
State | Accepted |
Commit | 68754b442b756e8cb5f143b00937fb7330a51a81 |
Headers | show |
diff --git a/linux-user/elfload.c b/linux-user/elfload.c index 29455e4..e9a3882 100644 --- a/linux-user/elfload.c +++ b/linux-user/elfload.c @@ -2233,7 +2233,7 @@ int load_elf_binary(struct linux_binprm *bprm, struct image_info *info) we do not have the power to recompile these, we emulate the SVr4 behavior. Sigh. */ target_mmap(0, qemu_host_page_size, PROT_READ | PROT_EXEC, - MAP_FIXED | MAP_PRIVATE, -1, 0); + MAP_FIXED | MAP_PRIVATE | MAP_ANONYMOUS, -1, 0); } }