| 2026-01-11 21:07 | pe: Validate relocation block size to prevent infinite loop and underflow | Mintsuki | a7054df9 |
| 2026-01-11 21:07 | pe: Validate PE header offsets against file size | Mintsuki | 7d811bee |
| 2026-01-11 21:04 | elf: Validate shstrndx is within section header bounds | Mintsuki | 2f1bac32 |
| 2026-01-11 21:03 | misc: Add bounds checking to get_absolute_path() | Mintsuki | a2c37bab |
| 2026-01-11 21:02 | misc: Add overflow detection to strtoui() | Mintsuki | b4476070 |
| 2026-01-11 21:01 | host: Validate uninstall data entry count before use | Mintsuki | e0e68fc2 |
| 2026-01-08 22:33 | Merge pull request 'menu: Save menu entry path in EFI variables' (#38) from marv7000/Limine:fix-remember-last into trunk | Mintsuki | 89a596f3 |
| 2026-01-08 18:34 | menu: Save menu entry path in EFI variables | Marvin Friedrich | c77c9c6f |
| 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 |
| 2026-01-04 17:03 | multiboot1,multiboot2: Add bounds check to header search | Mintsuki | 65b261c2 |
| 2026-01-04 16:36 | crypt/blake2b: Fix incorrect loop variable in blake2b_update() | Mintsuki | 22a8a6d9 |
| 2026-01-04 16:12 | lib/fb: Fix byte width calculation in fb_clear() default case | Mintsuki | f0ee314b |
| 2026-01-04 16:11 | drivers/serial: Validate baud rate to prevent division by zero | Mintsuki | 0b17ff4a |
| 2026-01-04 16:11 | sys/exceptions: Add bounds check for exception number | Mintsuki | 06d0a779 |
| 2026-01-04 16:11 | mm/pmm: Fix align_entry() checking pointer instead of value | Mintsuki | f3d3b246 |
| 2026-01-04 15:05 | fs,lib: Check volume_read() and read_cluster_from_map() return values | Mintsuki | 0602546a |
| 2026-01-04 14:53 | lib/getchar: Add overflow protection to escape sequence parsing | Mintsuki | 5ab25d4d |
| 2026-01-04 14:38 | menu: Add bounds check to DELETE key handler | Mintsuki | 3dd9a740 |
| 2026-01-04 14:31 | fs/fat32: Add overflow checks for root directory size calculations | Mintsuki | fa1e901b |