Displaying 1 result from an estimated 1 matches for "boot_free_mem".
Did you mean:
bios_free_mem
2018 Feb 05
0
[PATCH] Fix uninitialized variable in efi
Dear syslinux maintainers,
A colleague of mine was trying to boot Linux using UEFI built in debug
mode and the syslinux bootloader crashed for him. Upon further
investigation, my colleague determined that syslinux has a
uninitialized variable boot_free_mem when built as an EFI module. His
UEFI build was trapping any accesses to unmapped pages.
Here's a proposed patch, with description, which my colleague helped
me to come up with. Please help adopt this or another fix for this
issue.
Best Regards,
- Chris
======== SNIP ========
efi: fix uninit...