Out of memory great again

This commit is contained in:
Adrien Bourmault 2020-06-05 14:29:46 +02:00
parent 494e85e6dc
commit 3bb1b31eeb
1 changed files with 1 additions and 0 deletions

View File

@ -215,6 +215,7 @@ ulong MmAllocPageFrame(size_t size, bool contiguous)
addPageToBusyList(futureBegin, futureEnd, id);
if (curNumber != pageNumber) {
KeStartPanic("MmAllocPageFrame: Out of memory");
return 0;
}