diff options
| author | Riku Voipio | 2014-10-23 10:27:40 +0200 |
|---|---|---|
| committer | Riku Voipio | 2014-11-03 10:03:34 +0100 |
| commit | 686581adcfead947b4726d82b1eaf7c25fa597e6 (patch) | |
| tree | 6a2d83093c66b81a33b7f2c8b2d00136c48dc089 /linux-user/elfload.c | |
| parent | linux-user: Let user specify random seed (diff) | |
| download | qemu-686581adcfead947b4726d82b1eaf7c25fa597e6.tar.gz qemu-686581adcfead947b4726d82b1eaf7c25fa597e6.tar.xz qemu-686581adcfead947b4726d82b1eaf7c25fa597e6.zip | |
linux-user: Fix fault address truncation AArch64
On AArch64 the si_addr field of siginfo_t is truncated to 32 bits
because the fault address passes through an uint32_t variable.
Follow Peters suggestion and drop the uint32_t variable
since its only used once in the Aarch64 loop.
Reported-by: Amanieu d'Antras <amanieu@gmail.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
Diffstat (limited to 'linux-user/elfload.c')
0 files changed, 0 insertions, 0 deletions
