| 2026-01-12 21:24 | host/limine: Fix buffer overflow in GPT-to-MBR conversion | Mintsuki | d49c9805 |
| 2026-01-12 21:23 | host/limine: Fix off-by-one in GPT partition validation | Mintsuki | 5fa474fc |
| 2026-01-12 12:45 | edid: Fix memory leak on UEFI error path | Mintsuki | 96d9167b |
| 2026-01-12 12:40 | host/limine: Validate partition sector count before GPT to MBR conversion | Mintsuki | db69f0d4 |
| 2026-01-12 11:15 | part: Remove mathematically impossible overflow check | Mintsuki | e8250704 |
| 2026-01-12 11:15 | iso9660: Fix Rock Ridge SUSP entry version check | Mintsuki | 90daf266 |
| 2026-01-12 11:15 | cpu_riscv: Add complete bounds validation for RHCT ISA string and MMU nodes | Mintsuki | ba2b3194 |
| 2026-01-12 11:15 | smp: Validate MADT entry size before accessing type-specific fields | Mintsuki | aef2a4b9 |
| 2026-01-12 11:15 | gop: Fix mode count mismatch in get_mode_list() | Mintsuki | f92bec05 |
| 2026-01-12 11:15 | limine: Add bounds check for request array in deprecated .limine_reqs path | Mintsuki | e7a4c176 |
| 2026-01-12 00:12 | cpu_riscv: Add bounds checks for RHCT table parsing | Mintsuki | 69a4e018 |
| 2026-01-12 00:12 | smp: Add bounds checks for FADT length and device tree properties | Mintsuki | 3aacef11 |
| 2026-01-12 00:12 | gterm: Fix out-of-bounds read in background image rendering | Mintsuki | d12a0d27 |
| 2026-01-12 00:12 | multiboot2: Fix SMBIOS tag size to include table data length | Mintsuki | fbc5b77f |
| 2026-01-11 23:53 | pmm: Add overflow checks for EFI memory descriptors | Mintsuki | be4bd113 |
| 2026-01-11 23:44 | host/limine: Fix ftell() error check and loop bound underflow in enroll_config | Mintsuki | 0fe24074 |
| 2026-01-11 23:44 | smp: Fix MADT bounds check, PSCI NULL check, and AArch64 trampoline size | Mintsuki | 76941506 |
| 2026-01-11 23:42 | config: Add bounds checks to whitespace removal and macro parsing | Mintsuki | e8d82fdf |
| 2026-01-11 22:58 | host/limine: Fix uninitialized variable warnings | Mintsuki | f8ba8676 |
| 2026-01-11 22:56 | host/limine: Fix argument skipping in enroll_config after remove_arg | Mintsuki | 4dc1d525 |
| 2026-01-11 22:54 | host/limine: Fix off-by-one in --uninstall-data-file parsing | Mintsuki | 377d9abb |
| 2026-01-11 21:53 | fs: Remove mathematically impossible overflow checks | Mintsuki | f51af818 |
| 2026-01-11 21:49 | Revert "fs/fat32: Add overflow checks for root directory size calculations" | Mintsuki | c440830a |
| 2026-01-11 21:12 | host: Fix memory leaks in error paths | Mintsuki | 2bb2fd33 |
| 2026-01-11 21:11 | image: Use size_t for pixel count to prevent overflow | Mintsuki | 403b4d57 |
| 2026-01-11 21:10 | acpi: Add NULL check for table pointers | Mintsuki | e7b680c4 |
| 2026-01-11 21:10 | host: Check sscanf return value for partition number | Mintsuki | 4847ec98 |
| 2026-01-11 21:09 | gterm: Free previous canvas before reallocation | Mintsuki | 617326b5 |
| 2026-01-11 21:09 | disk: Free volume struct on partition enumeration failure | Mintsuki | 5971be9a |
| 2026-01-11 21:08 | multiboot2: Validate tag size before subtraction | Mintsuki | 25746594 |