mirror of
https://github.com/reactos/reactos.git
synced 2025-04-04 20:50:41 +00:00
[FREELDR] Properly check for end-of-memory-map entries when skipping ranges smaller than page size.
CORE-12881 Signed-off-by: Timo Kreuzer <timo.kreuzer@reactos.org>
This commit is contained in:
parent
274ace05b2
commit
55ae20931f
1 changed files with 1 additions and 1 deletions
|
@ -318,7 +318,7 @@ PcMemGetBiosMemoryMap(PFREELDR_MEMORY_DESCRIPTOR MemoryMap, ULONG MaxMemoryMapSi
|
|||
PcBiosMapCount,
|
||||
PcBiosMemoryMap[PcBiosMapCount].BaseAddress,
|
||||
PcBiosMemoryMap[PcBiosMapCount].Length);
|
||||
continue;
|
||||
goto nextRange;
|
||||
}
|
||||
|
||||
/* Calculate the length of the aligned range */
|
||||
|
|
Loading…
Reference in a new issue