mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-05-14 10:42:30 +00:00
Either INVALID_GPA or NULL returned from local_gpa2hpa means the page walk failure. But current code only take care of NULL and leave INVALID_GPA not detected. It could trigger ACRN crash in root mode when guest have a invalid gva. We add INVALID_GPA check as well. Tracked-On: #4721 Signed-off-by: Yin Fengwei <fengwei.yin@intel.com>