| 2026-02-07 16:08 | lib/elf: Check for p_vaddr + p_memsz overflow in PHDR processing | Mintsuki | 30e4d660 |
| 2026-02-07 16:08 | lib/pe: Bounds-check per-entry relocation offset against image size | Mintsuki | e9c30208 |
| 2026-02-07 16:07 | protos/linux_x86: Fix initrd_addr_max overflow when computing module base | Mintsuki | 9fe1386b |
| 2026-02-07 16:07 | lib/elf: Reject relocatable ELFs with dynamic entries outside PT_LOAD segments | Mintsuki | e3b8f542 |
| 2026-02-07 16:07 | lib/elf: Reject relocations when symtab/strtab vaddr translation fails | Mintsuki | 6fa65b6a |
| 2026-02-07 16:06 | lib/elf: Move program header validation before first phdr access | Mintsuki | cb9ad5aa |
| 2026-02-07 16:06 | fs/iso9660: Reject paths with trailing slash as files | Mintsuki | 66a34199 |
| 2026-02-07 16:06 | lib/config: Fix SMBIOS config buffer size off-by-one | Mintsuki | 7ac9eb0e |
| 2026-02-07 16:06 | sys/lapic: Validate MADT I/O APIC entry length | Mintsuki | 6a2d7ddf |
| 2026-02-07 16:06 | lib/pe: Validate relocation block size against remaining directory size | Mintsuki | 8bdb6bf7 |
| 2026-02-07 13:57 | lib/gterm: Use dedicated eviction buffer for RISC-V non-Zicbom cache flush | Mintsuki | 432c0078 |
| 2026-02-07 09:04 | lib/image: Fix unsigned wrap in centered displacement for oversized images | Mintsuki | 174ecffe |
| 2026-02-07 08:59 | drivers/vga_textmode: Copy attribute byte in text_move_character | Mintsuki | 0f4c63a9 |
| 2026-02-07 08:49 | protos/multiboot2: Fix unsigned underflow in relocatable descent loop | Mintsuki | 26729177 |
| 2026-02-07 08:43 | protos/multiboot2: Use correct framebuffer tag size for EGA text mode | Mintsuki | bfd77df5 |
| 2026-02-07 08:43 | protos/multiboot2: Implement relocatable preference=2 (prefer highest) | Mintsuki | 0c37d483 |
| 2026-02-07 08:42 | protos/multiboot2: Warn on EFI_BS tag and reject if required | Mintsuki | 48691f02 |
| 2026-02-07 08:42 | protos/multiboot2: Add LOAD_BASE_ADDR and NETWORK to info request switch | Mintsuki | 340f8d43 |
| 2026-02-07 08:42 | protos/multiboot2: Accept EFI system table and image handle info requests | Mintsuki | 94bd4a46 |
| 2026-02-07 08:42 | protos/multiboot2: Validate architecture field in header | Mintsuki | c6b57d63 |
| 2026-02-07 08:35 | protos/chainload: Include NUL terminator in LoadOptionsSize | Mintsuki | 06540a12 |
| 2026-02-07 08:29 | lib/config: Skip empty SMBIOS config data to prevent OOB write | Mintsuki | 6257ebc9 |
| 2026-02-07 08:29 | lib/gterm: Fix off-by-one OOB read in tiled background rendering | Mintsuki | 14560b31 |
| 2026-02-07 08:26 | protos/chainload: Add NULL check for default drive/partition lookup | Mintsuki | 4661b892 |
| 2026-02-07 08:18 | lib/config: Guard against zero-length EFI device path nodes | Mintsuki | 64583e49 |
| 2026-02-07 08:18 | lib/print: Fix prn_i buffer underrun for INT64_MIN | Mintsuki | 2b8b87cb |
| 2026-02-07 08:18 | lib/elf: Validate section header offsets against file size in elf64_load_section | Mintsuki | d80c7284 |
| 2026-02-07 08:18 | protos/linux_risc: Use image_size from kernel header for allocation | Mintsuki | 1f4c65c4 |
| 2026-02-07 08:18 | protos/multiboot2: Fix SMBIOS tag and module alignment budget, validate header_length | Mintsuki | 0da2c398 |
| 2026-02-07 08:18 | lib/acpi: Skip null entries in XSDT/RSDT table iteration | Mintsuki | 890126d1 |