This is an automated email from the git hooks/post-receive script.
www-data pushed a commit to branch master
in repository reactos.
View the commit online:
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=55ae20931f5a4b356055b…
commit 55ae20931f5a4b356055b139fab898fd3e361caf
Author: Serge Gautherie <reactos-git_serge_171003(a)gautherie.fr>
AuthorDate: Wed Oct 4 18:04:35 2017 +0200
[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(a)reactos.org>
---
boot/freeldr/freeldr/arch/i386/pcmem.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/boot/freeldr/freeldr/arch/i386/pcmem.c
b/boot/freeldr/freeldr/arch/i386/pcmem.c
index 169070ee6f..61cd694070 100644
--- a/boot/freeldr/freeldr/arch/i386/pcmem.c
+++ b/boot/freeldr/freeldr/arch/i386/pcmem.c
@@ -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 */
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.