| 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 |
| 2026-01-11 21:08 | config: Free macro on malformed definition | Mintsuki | cf144c0b |
| 2026-01-11 21:07 | pe: Validate relocation block size to prevent infinite loop and underflow | Mintsuki | 10af2d51 |
| 2026-01-11 21:07 | pe: Validate PE header offsets against file size | Mintsuki | 2d278fca |
| 2026-01-11 21:04 | elf: Validate shstrndx is within section header bounds | Mintsuki | bb315e95 |
| 2026-01-11 21:03 | misc: Add bounds checking to get_absolute_path() | Mintsuki | 69050a09 |
| 2026-01-11 21:02 | misc: Add overflow detection to strtoui() | Mintsuki | e4c3fe15 |
| 2026-01-11 21:01 | host: Validate uninstall data entry count before use | Mintsuki | 8ca033c9 |
| 2026-01-07 01:29 | docs: Update ChangeLog and README.md for 10.6.2 | Mintsuki | ecc7d12d |
| 2026-01-06 21:21 | Merge pull request 'drivers/serial: Initialize serial baudrate ahead of time' (#35) from marv7000/Limine:fix-config-buffer into trunk | Mintsuki | 776ccd60 |
| 2026-01-06 14:08 | drivers/serial: Initialize serial baudrate ahead of time | Marvin Friedrich | db3ac54d |
| 2026-01-05 05:45 | docs: Update ChangeLog and README.md for 10.6.1 | Mintsuki | 45dbc18a |
| 2026-01-05 05:17 | misc: Use C implementations of mem*() functions for x86 | Mintsuki | 4f3d63f8 |
| 2026-01-05 04:31 | sys/smp: Prevent infinite loop on zero-length MADT entry | Mintsuki | 67ccf78b |
| 2026-01-05 04:25 | pxe/tftp: Validate server packet size against allocated buffer | Mintsuki | c5ecf04b |
| 2026-01-05 04:22 | sys/cpu_riscv: Add missing continue after invalid ISA string check | Mintsuki | 1cbc9f7a |
| 2026-01-05 04:20 | crypt/blake2b: Fix unaligned memory access on ARM64/RISC-V | Mintsuki | ace29f0b |
| 2026-01-05 00:10 | acpi,config: Fix SMBIOS 3.0 entry point structure definition | Mintsuki | f9282751 |
| 2026-01-04 23:18 | config: Fix SMBIOS 3.0 table iteration using wrong field | Mintsuki | 2c14cda0 |
| 2026-01-04 17:07 | pmm: Add overflow checks to memmap_alloc_range_in() | Mintsuki | f9c04622 |