From 53634c3e9a0c84b8bf262cfe88aa540a07d90b57 Mon Sep 17 00:00:00 2001 From: Sylvain Munaut Date: Fri, 26 Aug 2016 12:46:15 +0000 Subject: multiboot: Fix length computation for the memory zones Signed-off-by: Sylvain Munaut Signed-off-by: Simon Horman --- kexec/arch/i386/kexec-multiboot-x86.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kexec/arch/i386/kexec-multiboot-x86.c b/kexec/arch/i386/kexec-multiboot-x86.c index 0dbac70..4de237c 100644 --- a/kexec/arch/i386/kexec-multiboot-x86.c +++ b/kexec/arch/i386/kexec-multiboot-x86.c @@ -252,7 +252,7 @@ int multiboot_x86_load(int argc, char **argv, const char *buf, off_t len, mmap = xmalloc(ranges * sizeof(*mmap)); for (i=0; i