> That may ultimately be better for -fstack-check to make it more robust, > but it still wouldn't be a viable alternative for stack clash protection > for the reasons laid out in that blog post.
Well, -fstack-check does that when it's possible, e.g. on Windows, but it's not on x86[_64]/Linux where you *cannot* probe below the stack pointer. -- Eric Botcazou