mirror of
https://github.com/reactos/reactos.git
synced 2026-05-31 08:17:09 +08:00
[NTOS:MM] In the x64 version of MmCreateProcessAddressSpace() zero out all page table PFNs
This commit is contained in:
@@ -626,8 +626,11 @@ MmCreateProcessAddressSpace(IN ULONG MinWs,
|
||||
/* Release PFN lock */
|
||||
MiReleasePfnLock(OldIrql);
|
||||
|
||||
/* Zero pages */ /// FIXME:
|
||||
/* Zero pages */
|
||||
MiZeroPhysicalPage(TableBasePfn);
|
||||
MiZeroPhysicalPage(HyperPfn);
|
||||
MiZeroPhysicalPage(HyperPdPfn);
|
||||
MiZeroPhysicalPage(HyperPtPfn);
|
||||
MiZeroPhysicalPage(WorkingSetPfn);
|
||||
|
||||
/* Set the base directory pointers */
|
||||
|
||||
Reference in New Issue
Block a user