mirror of
https://github.com/reactos/reactos.git
synced 2024-11-23 19:43:31 +08:00
[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:
parent
588449c364
commit
5329e475db
@ -723,6 +723,8 @@ MiDeleteVirtualAddresses(IN ULONG_PTR Va,
|
||||
|
||||
/* Use this to detect address gaps */
|
||||
PointerPte++;
|
||||
|
||||
PrototypePte++;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user