mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-24 10:17:28 +00:00
This patch fixes potential hypervisor crash when calling hc_hcall_write_protect_page()with a crafted GPA in 'struct wp_data' instance, e.g. an invalid GPA that is out of the scope of target VM's EPT address space. Tracked-On: #4669 Signed-off-by: Yonghua Huang <yonghua.huang@intel.com>