System Crash when execute sidt instruction
Description
When execution some instructions like sidt with unreadable or unwriteable address,VMM crash.
Expected behavior
EVENT INJECTION
Actual behavior
VMM Crash
Steps to reproduce the problem
execute
__try
{
__sidt((void*)0);
}
__except (1)
{
}