Rethinking the Stack Clash fix
Rethinking the Stack Clash fix
Posted Jul 13, 2017 21:58 UTC (Thu) by josh (subscriber, #17465)Parent article: Rethinking the Stack Clash fix
I really wish the kernel didn't have to be involved in this at *all*. In an ideal world, the stack (and heap, and memory layout in general) would be set up entirely by userspace in its loader (e.g. ld-linux), and the kernel would just say "here's some address space".
