mirror of
https://git.proxmox.com/git/grub2
synced 2025-11-03 14:19:50 +00:00
* loader/i386/pc/multiboot.c (grub_multiboot_load_elf32): Skip
segments when their filesz is zero (grub_file_read() interprets
zero-size as "read untill EOF", which results in memory corruption).
Use `lowest_segment' rather than 0 for calculating the current
segment load address.
|
||
|---|---|---|
| .. | ||
| efi | ||
| ieee1275 | ||
| pc | ||
| bsd_normal.c | ||
| bsd.c | ||
| linux.c | ||