| 2025-12-28 09:17 | fs/file: Add bounds check to fread() for memfiles | Mintsuki | f769ce5a |
| 2025-12-27 23:11 | misc: Replace some integer overflow check patterns with builtin functions | Mintsuki | 3db3f097 |
| 2025-12-27 23:05 | fs/iso9660: Add some extra checks to multi-extent logic | Mintsuki | f055c42c |
| 2025-12-27 21:52 | lib/term: Fix up flanterm_fb_init() call with size_t versions of ext_mem_alloc/pmm_free | Mintsuki | 62045e00 |
| 2025-12-27 21:45 | mm/pmm: Use uint64_t instead of size_t for the size argument for ext_mem_alloc/pmm_free functions | Mintsuki | 18fb572d |
| 2025-12-27 20:27 | fs/iso9660: Add support for multi-extent files | Mintsuki | ce7d6558 |
| 2025-12-27 19:58 | lib/part: Ensure that the sect_count variable is not -1 before computing part_size | Mintsuki | 4515fa62 |
| 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 |