[NTOS:MM] Initialize MmSubsectionBase on x86 builds. CORE-16731

Spotted by Vadim Galyant.
This commit is contained in:
Thomas Faber 2020-03-08 20:03:33 +01:00
parent 25a5aee86f
commit 74a2c6ba42
No known key found for this signature in database
GPG key ID: 076E7C3D44720826

View file

@ -418,6 +418,8 @@ MiInitMachineDependent(IN PLOADER_PARAMETER_BLOCK LoaderBlock)
StartPde++;
}
MmSubsectionBase = (ULONG_PTR)MmNonPagedPoolStart;
//
// Now remember where the expansion starts
//