openssl/crypto/async/arch
Matt Caswell 90fa7296c2 Fix bug in async_fibre_makecontext for POSIX
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>
2015-11-20 23:35:19 +00:00
..
async_null.c Fix windows compilation warnings 2015-11-20 23:34:35 +00:00
async_null.h Normalise ASYNC naming 2015-11-20 23:34:35 +00:00
async_posix.c Fix clang errors 2015-11-20 23:35:19 +00:00
async_posix.h Fix bug in async_fibre_makecontext for POSIX 2015-11-20 23:35:19 +00:00
async_win.c Normalise ASYNC naming 2015-11-20 23:34:35 +00:00
async_win.h Normalise ASYNC naming 2015-11-20 23:34:35 +00:00