ladybird/Kernel/Prekernel
Keegan Saunders 89b23c473a LibC: Use uintptr_t for __stack_chk_guard
We used size_t, which is a type that is guarenteed to be large
enough to hold an array index, but uintptr_t is designed to be used
to hold pointer values, which is the case of stack guards.
2022-11-29 11:04:21 +01:00
..
boot.S
CMakeLists.txt
init.cpp
linker.ld
multiboot.S
Prekernel.h
UBSanitizer.cpp