| 2026-02-07 08:42 | protos/multiboot2: Add LOAD_BASE_ADDR and NETWORK to info request switch | Mintsuki | 850e1353 |
| 2026-02-07 08:42 | protos/multiboot2: Accept EFI system table and image handle info requests | Mintsuki | 10c2413b |
| 2026-02-07 08:42 | protos/multiboot2: Validate architecture field in header | Mintsuki | 254c9092 |
| 2026-02-07 08:35 | protos/chainload: Include NUL terminator in LoadOptionsSize | Mintsuki | c53ca715 |
| 2026-02-07 08:29 | lib/config: Skip empty SMBIOS config data to prevent OOB write | Mintsuki | bf613457 |
| 2026-02-07 08:29 | lib/gterm: Fix off-by-one OOB read in tiled background rendering | Mintsuki | c541733d |
| 2026-02-07 08:26 | protos/chainload: Add NULL check for default drive/partition lookup | Mintsuki | 65288709 |
| 2026-02-07 08:18 | lib/config: Guard against zero-length EFI device path nodes | Mintsuki | 4a14fe61 |
| 2026-02-07 08:18 | lib/print: Fix prn_i buffer underrun for INT64_MIN | Mintsuki | aa84efcc |
| 2026-02-07 08:18 | lib/elf: Validate section header offsets against file size in elf64_load_section | Mintsuki | 7c6fb81a |
| 2026-02-07 08:18 | protos/linux_risc: Use image_size from kernel header for allocation | Mintsuki | c03be0ba |
| 2026-02-07 08:18 | protos/multiboot2: Fix SMBIOS tag and module alignment budget, validate header_length | Mintsuki | 87cd7211 |
| 2026-02-07 08:18 | lib/acpi: Skip null entries in XSDT/RSDT table iteration | Mintsuki | 8fa67f76 |
| 2026-02-07 08:18 | lib/pe: Validate NumberOfRvaAndSizes and relocation block VirtualAddress | Mintsuki | 679b0d6c |
| 2026-02-09 07:13 | protos/limine: Pass file_size to elf64_load_section | Mintsuki | 6fe74ceb |
| 2026-02-07 08:18 | lib/gterm: Clamp margin to prevent underflow in canvas generation | Mintsuki | e456988e |
| 2026-02-07 08:18 | mm/pmm: Fix overlap detection in check_usable_memory() | Mintsuki | f8416776 |
| 2026-02-07 08:18 | protos/linux_x86: Add overflow checks for total module size | Mintsuki | 64c0f518 |
| 2026-02-07 08:18 | lib/misc: Reject digits >= base in strtoui() | Mintsuki | 62bee983 |
| 2026-02-07 08:17 | drivers/disk: Guard against LastBlock == UINT64_MAX overflow | Mintsuki | 129fc506 |
| 2026-02-07 08:06 | lib/elsewhere: Fix overlap check to detect full containment | Mintsuki | 1c4f7cc1 |
| 2026-02-07 08:05 | lib/pe: Validate section VirtualAddress against SizeOfImage | Mintsuki | 059bf6d7 |
| 2026-02-07 08:03 | mm/pmm: Stop mmap_get_info() at first memory hole per Multiboot spec | Mintsuki | 18e39282 |
| 2026-02-07 07:57 | sys/cpu: Fix AArch64 cache line size calculation to use 4 << field | Mintsuki | 19028394 |
| 2026-02-07 07:55 | sys/cpu_riscv: Skip re-init when config unchanged to prevent FDT use-after-free | Mintsuki | 36f242ce |
| 2026-02-07 07:52 | lib/pe: Validate SizeOfHeaders against image size | Mintsuki | 2da3c0ef |
| 2026-02-07 07:52 | lib/gterm: Set bg_canvas to NULL after free to prevent double-free | Mintsuki | 7c9818d8 |
| 2026-02-07 07:52 | mm/pmm: Handle non-usable entries that fully contain usable entries in sanitiser | Mintsuki | f4cab0be |
| 2026-02-07 07:04 | protos/linux_x86: Convert lfb_size to 64 KiB units on BIOS path | Mintsuki | 6d53720c |
| 2026-02-07 05:42 | lib/elf: Validate p_offset + p_filesz against file size in all ELF loaders | Mintsuki | 095cf5ef |