Add test to show wrong behavior of ASYNC_WAIT_CTX
authorAndrea Grandi <andrea.grandi@intel.com>
Thu, 26 Jan 2017 03:17:54 +0000 (03:17 +0000)
committerMatt Caswell <matt@openssl.org>
Mon, 13 Feb 2017 15:29:42 +0000 (15:29 +0000)
commitf44e63644d29e5908be52b7896d5031a5cf460eb
tree79fba2669dc80e8518615a5c70fbdc5a5d6572c3
parent2dfb52d3968e838876406d47861488324d5990b4
Add test to show wrong behavior of ASYNC_WAIT_CTX

This happens when a fd is added and then immediately removed from the
ASYNC_WAIT_CTX before pausing the job.

Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2581)
test/asynctest.c