| 2026-01-11 23:42 | config: Add bounds checks to whitespace removal and macro parsing | Mintsuki | 2f19d814 |
| 2026-01-11 22:58 | host/limine: Fix uninitialized variable warnings | Mintsuki | 0d277aff |
| 2026-01-11 22:56 | host/limine: Fix argument skipping in enroll_config after remove_arg | Mintsuki | c44ac88d |
| 2026-01-11 22:54 | host/limine: Fix off-by-one in --uninstall-data-file parsing | Mintsuki | bc3e430f |
| 2026-01-11 21:53 | fs: Remove mathematically impossible overflow checks | Mintsuki | dd97782c |
| 2026-01-11 21:49 | Revert "fs/fat32: Add overflow checks for root directory size calculations" | Mintsuki | 2c49a566 |
| 2026-01-11 21:12 | host: Fix memory leaks in error paths | Mintsuki | 495d8a5c |
| 2026-01-11 21:11 | image: Use size_t for pixel count to prevent overflow | Mintsuki | e1530973 |
| 2026-01-11 21:10 | acpi: Add NULL check for table pointers | Mintsuki | a78b27ae |
| 2026-01-11 21:10 | host: Check sscanf return value for partition number | Mintsuki | 8b0a80a9 |
| 2026-01-11 21:09 | gterm: Free previous canvas before reallocation | Mintsuki | 7e7e080f |
| 2026-01-11 21:09 | disk: Free volume struct on partition enumeration failure | Mintsuki | 1209935a |
| 2026-01-11 21:08 | multiboot2: Validate tag size before subtraction | Mintsuki | 7d6f5b4a |
| 2026-01-11 21:08 | config: Free macro on malformed definition | Mintsuki | f46468e2 |
| 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 |