summary refs log tree commit diff stats
path: root/results/scraper/launchpad-without-comments/1287195
blob: a3978bc1fc9c2e4e0236777b536207c4d678d369 (plain) (blame)
1
2
3
validate_guest_space incorrectly enabled on AArch64

When running linux-user targetting AArch64, validate_guest_space() in elfload.c reserves space in the guest address space for the ARM commpage. Since there is no commpage on AArch64, this function should be disable on that target.