mirror of
https://review.haiku-os.org/haiku
synced 2025-01-27 00:34:50 +01:00
3b4269ecf5
Inside the page randomization of initial user stack pointer is not only a part of ASLR implementation but also a performance improvement that helps eliminating aligned 64 kB data access. Minimal user stack size is increased to 8 kB in order to ensure that regardless of initial stack pointer value there is still enough space on stack.