[NTOS:MM] MiDeleteVirtualAddresses: Update PrototypePte before exiting loop, when deleting PDE

Fix BSoD 0x1A introduced by commit c7e09061ca
CORE-18190
CORE-18818
CORE-19253
This commit is contained in:
Thamatip Chitpong 2024-03-28 23:28:11 +07:00
parent 588449c364
commit 5329e475db
1 changed files with 2 additions and 0 deletions

View File

@ -723,6 +723,8 @@ MiDeleteVirtualAddresses(IN ULONG_PTR Va,
/* Use this to detect address gaps */
PointerPte++;
PrototypePte++;
break;
}
}