Files
acrn-hypervisor/hypervisor/common
Yonghua Huang 605b169584 hv: fix potential crash in write_protect_page()
This hypercall handler may result in hypervisor
  crash when an invalid 'gpa' is set, e.g. set its
  top reserved bits.

  This patch adds one more sanity check on input
  'gpa' address from service VM to avoid potential
  hypervisor crash.

Tracked-On: #5802
Signed-off-by: Yonghua Huang <yonghua.huang@intel.com>
2021-03-03 13:47:20 +08:00
..
2020-02-23 16:27:57 +08:00
2020-07-02 09:40:29 +08:00
2020-01-14 10:21:23 +08:00
2021-02-25 09:34:29 +08:00