mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-15 11:26:36 +02:00
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.
1.0 KiB
1.0 KiB