mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +00: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
1 changed files with 2 additions and 0 deletions
|
@ -723,6 +723,8 @@ MiDeleteVirtualAddresses(IN ULONG_PTR Va,
|
|||
|
||||
/* Use this to detect address gaps */
|
||||
PointerPte++;
|
||||
|
||||
PrototypePte++;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue