| 2025-12-26 13:48 | docs: Update ChangeLog and README.md for 10.5.1 | Mintsuki | b63d24db |
| 2025-12-26 11:03 | mm/pmm: Add overflow checks and memory leak fixes | Mintsuki | bcf118f6 |
| 2025-12-26 11:02 | protos/multiboot2: Add address tag validation | Mintsuki | 8336d9ac |
| 2025-12-26 11:01 | menu: Fix potential title buffer overflow | Mintsuki | 26b76e66 |
| 2025-12-26 11:00 | lib/uri: Add blake2b validation | Mintsuki | 1e20c68a |
| 2025-12-26 10:37 | lib/elf: Add several bounds checks and misc bug fixes | Mintsuki | 8ebc72c6 |
| 2025-12-26 10:35 | protos/limine: Add internal module path length validation | Mintsuki | 9be73e10 |
| 2025-12-26 10:35 | protos/linux: Add E820 entries bounds check | Mintsuki | 4bc0ca6b |
| 2025-12-26 10:34 | lib/misc: Validate input characters in oct2bin and hex2bin | Mintsuki | 3e41ea36 |
| 2025-12-26 10:33 | lib/acpi: Add RSDT/XSDT length validation | Mintsuki | 1fa4c96b |
| 2025-12-26 10:33 | lib/config: Add SMBIOS structure validation and bounds checking | Mintsuki | 5fcaaff0 |
| 2025-12-26 10:32 | lib/libc: Fix strchr and strrchr null terminator handling and add inet_pton() sanity checks | Mintsuki | 3487bc14 |
| 2025-12-26 10:29 | drivers/vbe: Add iteration limit and EDID sanity checks | Mintsuki | 1b5f95c2 |
| 2025-12-26 10:29 | drivers/disk: Validate sector size and device path traversal | Mintsuki | 8a0f7684 |
| 2025-12-26 10:26 | pxe/tftp: Add validation checks and fix memory leaks | Mintsuki | 134973ce |
| 2025-12-26 10:13 | fs, lib/part: Use builtin overflow detection for arithmetic operations | Mintsuki | 40f84d0e |
| 2025-12-26 01:54 | fs/fat: Add corner case check for FAT12 filesystems | Mintsuki | 291dc84c |
| 2025-12-26 01:46 | lib/part: Add bounds checking to volume_read() function | Mintsuki | 3e5eb638 |
| 2025-12-25 19:51 | protos/multiboot1: Fix spurious sizeof() usage in mb1 info size calculation | Mintsuki | b9b521f4 |
| 2025-12-25 19:20 | drivers/gop: Fix current_fallback incremented before use bug | Mintsuki | 71a5cf86 |
| 2025-12-25 18:54 | pxe/tftp: Fix broken assignment for pxe_ip on EFI | Mintsuki | bcf6f17b |
| 2025-12-25 18:38 | menu: Remove pmm_free() call which is bogus after commit 4d5bfa6af2b157b3525dc1d7043071eb02e938e8 | Mintsuki | 31345a38 |
| 2025-12-25 17:56 | lib/config: Return pointer to static buffer from config_get_value() | Mintsuki | 4d5bfa6a |
| 2025-12-24 22:26 | mm/pmm: Fix off-by-one in memory entry removal | Mintsuki | 1e2b8511 |
| 2025-12-24 22:18 | fs/file: Fix potential issue with loading very big files on 32-bit systems | Mintsuki | 07ff25bd |
| 2025-12-24 22:13 | fs/file: Fix minor memory leaks on fopen() failure | Mintsuki | 4820efdf |
| 2025-12-24 22:02 | lib/part: Get rid of overzealous check added in 055e9a203afc988974ef9b8e919e365061470a6c | Mintsuki | 6598649c |
| 2025-12-24 21:18 | lib/part: Miscellaneous security and bug fixes | Mintsuki | 055e9a20 |
| 2025-12-24 18:21 | fs/iso9660: Miscellaneous security and bug fixes | Mintsuki | 90bc2e05 |
| 2025-12-24 17:34 | fs/fat32: Miscellaneous security and bug fixes | Mintsuki | 704510f6 |