aboutsummaryrefslogtreecommitdiff
path: root/hw/intc/intc.c
diff options
context:
space:
mode:
authorIlya Leoshkevich <iii@linux.ibm.com>2024-03-25 20:23:01 +0100
committerRichard Henderson <richard.henderson@linaro.org>2024-03-26 18:20:36 -1000
commitfa527b44c2d65d48cc3c5ac018dc935cc286f5a9 (patch)
treeb78e84c00d59c644a748626c7a06433902b67f6b /hw/intc/intc.c
parente6763d7dfc69ae41bb97541de15fa9108d8d6ce2 (diff)
downloadqemu-fa527b44c2d65d48cc3c5ac018dc935cc286f5a9.zip
qemu-fa527b44c2d65d48cc3c5ac018dc935cc286f5a9.tar.gz
qemu-fa527b44c2d65d48cc3c5ac018dc935cc286f5a9.tar.bz2
linux-user: Fix shmat(NULL) for h != g
In the h != g && shmaddr == NULL && !reserved_va case, target_shmat() incorrectly mmap()s the initial anonymous range with MAP_FIXED_NOREPLACE, even though the earlier mmap_find_vma() has already reserved the respective address range. Fix by using MAP_FIXED when "mapped", which is set after mmap_find_vma(), is true. Fixes: 78bc8ed9a8f0 ("linux-user: Rewrite target_shmat") Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Ilya Leoshkevich <iii@linux.ibm.com> Message-Id: <20240325192436.561154-4-iii@linux.ibm.com> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'hw/intc/intc.c')
0 files changed, 0 insertions, 0 deletions