async_posix: raise a memory allocation error if we fail to allocate stack memory
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 23 Feb 2022 18:56:36 +0000 (13:56 -0500)
committerMatt Caswell <matt@openssl.org>
Thu, 10 Mar 2022 13:54:07 +0000 (13:54 +0000)
commit83c48d96ff24728d94e0890f320b0d1220d9cba3
treed98446c6fa99f022e36e37037fce83330ec29f44
parent96a77661723b4ba8fe9eb7cef009d735c97e2aa6
async_posix: raise a memory allocation error if we fail to allocate stack memory

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/17762)
crypto/async/arch/async_posix.c