mystikos
mystikos copied to clipboard
Avoid calling app signal handlers on kernel stack
In some cases, app signal handlers are called on the kernel stack, which is 64 kilobytes. This could lead to unexpected overwrites in the signal handler. We suggest calling app signal handler on their own stack.