| 2026-04-02 00:32 | mm/pmm: Add bounds check on EFI reclaimable entry count | Mintsuki | eac7fd4c |
| 2026-04-02 00:29 | lib/elf: Add file_size parameter to elf_bits for bounds checking | Mintsuki | 91e5e566 |
| 2026-04-02 00:19 | protos/efi_boot_entry: Validate boot variable size before accessing description | Mintsuki | f1814a42 |
| 2026-04-02 00:13 | fs/fat32: Reject out-of-order and non-contiguous LFN entries | Mintsuki | 4b22cb6f |
| 2026-04-01 23:55 | protos/multiboot2: Fix GCC build error with break in statement expression | Mintsuki | de46c952 |
| 2026-04-01 21:30 | lib/rand: Mix hardware entropy on non-x86 via RNDR and EFI RNG protocol | Mintsuki | 74ddd087 |
| 2026-04-01 20:50 | protos/linux_x86: Use uint64_t for initrd_addr_max to prevent 32-bit wrap | Mintsuki | a28a8ec0 |
| 2026-04-01 20:45 | sys/smp: Use fence instruction for RISC-V AP trampoline store ordering | Mintsuki | 198bd3b8 |
| 2026-04-01 20:41 | sys/lapic, sys/smp: Validate MADT entry length against table boundary | Mintsuki | 947a9b2c |
| 2026-04-01 20:32 | mm/pmm: Add bounds check to UEFI memory map import loop | Mintsuki | bb4f6c4c |
| 2026-04-01 20:25 | lib/pe: Use uint64_t for sections offset calculation to prevent 32-bit overflow | Mintsuki | 01186e20 |
| 2026-04-01 20:24 | lib/elf: Validate image size fits address space in elf64_load_elsewhere | Mintsuki | 33bc059f |
| 2026-04-01 20:23 | host/limine: Validate uninstall data entry size before malloc | Mintsuki | 0a24c40c |
| 2026-04-01 20:20 | sys/cpu: Fix locked_read memory operand constraint to input+output | Mintsuki | f7c265f8 |
| 2026-04-01 19:14 | lib/part: Check for overflow in cache block size calculation | Mintsuki | 1c2942c5 |
| 2026-04-01 19:13 | lib/elsewhere: Add bounds check to elsewhere_append | Mintsuki | ca253330 |
| 2026-04-01 18:24 | lib/gterm, lib/image: Reject zero font scale and zero-dimension images | Mintsuki | 7041ea96 |
| 2026-04-01 18:06 | protos/multiboot1: Remove dead NULL check on cmdline | Mintsuki | af9fdbe7 |
| 2026-04-01 12:00 | mm/pmm: Check for overflow in UEFI memmap AllocatePool size | Mintsuki | 9e8d1cee |
| 2026-04-01 11:43 | fs/iso9660: Handle Rock Ridge NM continuation entries | Mintsuki | 52563210 |
| 2026-04-01 11:46 | mm/pmm: Use CHECKED_ADD for alignment overflow check in ext_mem_alloc | Mintsuki | 8309c20a |
| 2026-04-01 11:36 | lib/elf: Validate file bounds in relocation engine and vaddr translation | Mintsuki | f4ce0420 |
| 2026-04-01 11:17 | protos/linux_risc: Load and concatenate all modules, not just the first | Mintsuki | 8118e60d |
| 2026-03-31 16:53 | misc: Add CHECKED_MUL macro, use it for all overflow-checked multiplications | Mintsuki | 1b5b8e46 |
| 2026-03-31 16:42 | mm/pmm: Use unsigned arithmetic in top-down allocator | Mintsuki | 4d53b3bc |
| 2026-03-31 16:05 | misc: Add overflow checking to ALIGN_UP and DIV_ROUNDUP macros | Mintsuki | eb071a01 |
| 2026-03-31 12:58 | mm/pmm: Add ext_mem_alloc_counted(), use it everywhere for checked array allocations | Mintsuki | d7f0160d |
| 2026-03-31 12:42 | misc: Use CHECKED_ADD for overflow-checked additions | Mintsuki | cc586e6c |
| 2026-03-31 12:35 | mm: Add CHECKED_ADD macro, use it for all base+length computations | Mintsuki | 3a73ecf5 |
| 2026-03-31 12:12 | mm/pmm: Check for overflow when aligning count in ext_mem_alloc | Mintsuki | 6bdd5dd8 |