diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2016-07-12 13:02:12 +0100 |
---|---|---|
committer | Riku Voipio <riku.voipio@linaro.org> | 2016-09-21 14:26:23 +0300 |
commit | 68754b442b756e8cb5f143b00937fb7330a51a81 (patch) | |
tree | b654f601e7e8b80e17bd49181a8c236a709f25a3 /memory.c | |
parent | 0cb581d6bdc5aa808ae1a9789d02657fe531cb39 (diff) | |
download | qemu-68754b442b756e8cb5f143b00937fb7330a51a81.zip qemu-68754b442b756e8cb5f143b00937fb7330a51a81.tar.gz qemu-68754b442b756e8cb5f143b00937fb7330a51a81.tar.bz2 |
linux-user: Pass missing MAP_ANONYMOUS to target_mmap() call
A target_mmap() call in load_elf_binary() was missing the MAP_ANONYMOUS
flag. (Spotted by Coverity, because target_mmap() will try to use
-1 as the filedescriptor in this case.)
This has never been noticed because the code in question is for
handling ancient SVr4 iBCS2 binaries.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
Diffstat (limited to 'memory.c')
0 files changed, 0 insertions, 0 deletions