]> git.ipfire.org Git - thirdparty/qemu.git/commit
linux-user: Fix loaddr computation for some elf files
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 14 Nov 2023 20:13:29 +0000 (12:13 -0800)
committerMichael Tokarev <mjt@tls.msk.ru>
Wed, 29 Nov 2023 13:20:11 +0000 (16:20 +0300)
commite79947a57fe0150b42eeb666557c5e894543dcce
treef3806a22a6ff5ea1dc69628cab60d371d6c827a5
parent3c0463a650008aec7de29cf84540652730510921
linux-user: Fix loaddr computation for some elf files

The file offset of the load segment is not relevant to the
low address, only the beginning of the virtual address page.

Cc: qemu-stable@nongnu.org
Fixes: a93934fecd4 ("elf: take phdr offset into account when calculating the program load address")
Resolves: https://gitlab.com/qemu-project/qemu/-/issues/1952
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Michael Tokarev <mjt@tls.msk.ru>
(cherry picked from commit 82d70a84c8ee42ef969a9cfddc0f5b30b16165f5)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
linux-user/elfload.c