mirror of
https://github.com/reactos/reactos
synced 2025-10-06 00:12:51 +02:00
[NTOS:MM] Fix broken ASSERT
There is no guarantee that all pages in the requested range actually exist.
This commit is contained in:
@@ -318,7 +318,7 @@ MiAllocatePagesForMdl(IN PHYSICAL_ADDRESS LowAddress,
|
||||
// Get the PFN entry for this page
|
||||
//
|
||||
Pfn1 = MiGetPfnEntry(Page);
|
||||
ASSERT(Pfn1);
|
||||
if (!Pfn1) continue;
|
||||
|
||||
//
|
||||
// Make sure it's free and if this is our first pass, zeroed
|
||||
|
Reference in New Issue
Block a user