mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-10 09:02:44 +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.