| 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 |
| 2026-02-07 08:18 | lib/pe: Validate NumberOfRvaAndSizes and relocation block VirtualAddress | Mintsuki | 6ad9144e |
| 2026-02-09 07:13 | protos/limine: Pass file_size to elf64_load_section | Mintsuki | 42d72265 |
| 2026-02-07 08:18 | lib/gterm: Clamp margin to prevent underflow in canvas generation | Mintsuki | c6d94902 |
| 2026-02-07 08:18 | mm/pmm: Fix overlap detection in check_usable_memory() | Mintsuki | 92b8e5a4 |
| 2026-02-07 08:18 | protos/linux_x86: Add overflow checks for total module size | Mintsuki | c2a05c2e |
| 2026-02-07 08:18 | lib/misc: Reject digits >= base in strtoui() | Mintsuki | 627dba70 |
| 2026-02-07 08:17 | drivers/disk: Guard against LastBlock == UINT64_MAX overflow | Mintsuki | ac4d2bb5 |
| 2026-02-07 08:06 | lib/elsewhere: Fix overlap check to detect full containment | Mintsuki | 296b953b |
| 2026-02-07 08:05 | lib/pe: Validate section VirtualAddress against SizeOfImage | Mintsuki | c5f61fb1 |
| 2026-02-07 08:03 | mm/pmm: Stop mmap_get_info() at first memory hole per Multiboot spec | Mintsuki | bb1653f6 |
| 2026-02-07 07:57 | sys/cpu: Fix AArch64 cache line size calculation to use 4 << field | Mintsuki | 667199b9 |
| 2026-02-07 07:55 | sys/cpu_riscv: Skip re-init when config unchanged to prevent FDT use-after-free | Mintsuki | 6088015e |
| 2026-02-07 07:52 | lib/pe: Validate SizeOfHeaders against image size | Mintsuki | 005e2643 |
| 2026-02-07 07:52 | lib/gterm: Set bg_canvas to NULL after free to prevent double-free | Mintsuki | 6bfafa5e |
| 2026-02-07 07:52 | mm/pmm: Handle non-usable entries that fully contain usable entries in sanitiser | Mintsuki | 1fea1229 |
| 2026-02-07 07:04 | protos/linux_x86: Convert lfb_size to 64 KiB units on BIOS path | Mintsuki | c7845ee6 |
| 2026-02-07 05:42 | lib/elf: Validate p_offset + p_filesz against file size in all ELF loaders | Mintsuki | 0d3d27e6 |
| 2026-02-07 05:40 | lib/elf: Add overflow check on p_paddr + p_memsz in load_elsewhere | Mintsuki | f87b32e3 |
| 2026-02-07 05:40 | lib/elf: Fix relocation bounds check overflow for large r_addr values | Mintsuki | 36acac62 |
| 2026-02-07 05:39 | lib/elf: Treat p_align of 0 as 1 to avoid division by zero | Mintsuki | c304878c |
| 2026-02-07 05:39 | protos/linux_x86: Use init_size from kernel header for allocation when available | Mintsuki | fe88687b |
| 2026-02-07 05:38 | protos/multiboot: Validate load_size against kernel file size | Mintsuki | fa588822 |
| 2026-02-07 05:38 | protos/multiboot2: Reject relocatable tag with align=0 | Mintsuki | 9a61c5f6 |
| 2026-02-07 05:38 | sys/smp: Pass top of temp stack allocation instead of base | Mintsuki | f279a441 |
| 2026-02-05 12:26 | docs: Update ChangeLog and README.md for 10.6.6 | Mintsuki | e5788ef9 |
| 2026-02-05 11:53 | lib/part: Add overflow check to cache_block() end sector calculation | Mintsuki | dbd8115e |
| 2026-02-05 09:18 | lib/part: Clamp xfer_size to remaining sectors in volume in cache_blocks() | Mintsuki | 46187171 |