90fa7296c2
async_fibre_makecontext was initialise the fibre first and then calling getcontext(). It should be the other way around because the getcontext call may overwrite some of the things we just initialised. This didn't cause an issue on Linux and so the problem went unnoticed. On OS-X it causes a crash. Reviewed-by: Rich Salz <rsalz@openssl.org> |
||
---|---|---|
.. | ||
arch | ||
async.c | ||
async_err.c | ||
async_locl.h | ||
Makefile |