mirror of
https://github.com/openssl/openssl.git
synced 2025-01-30 14:01:55 +08:00
34675b2ba9
When Intel CET is enabled, makecontext will create a different shadow stack for each context. async_fibre_swapcontext cannot use _longjmp. It must call swapcontext to swap shadow stack as well as normal stack. Reviewed-by: Paul Dale <paul.dale@oracle.com> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/10983) |
||
---|---|---|
.. | ||
async_null.c | ||
async_null.h | ||
async_posix.c | ||
async_posix.h | ||
async_win.c | ||
async_win.h |