Files
acrn-hypervisor/hypervisor/arch/x86
Yin Fengwei e8d00c2cec local_gpa2hpa: INVALID_GPA also means failure of address conversion
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>
2020-04-28 09:23:30 +08:00
..
2020-04-16 13:47:23 +08:00
2019-02-22 13:14:36 +08:00
2019-12-13 10:13:09 +08:00
2020-04-16 13:47:23 +08:00
2020-04-20 23:58:58 +08:00
2020-04-23 16:53:31 +08:00
2020-03-09 10:03:01 +08:00
2020-03-04 17:33:50 +08:00
2020-02-25 09:08:14 +08:00
2019-09-11 17:30:24 +08:00