a5dd7bded8
Fix mbedtls_net_poll() and mbedtls_net_recv_timeout() often failing with MBEDTLS_ERR_NET_POLL_FAILED on Windows: they were testing that the file descriptor is in range for fd_set, but on Windows socket descriptors are not limited to a small range. Fixes #4465. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
4 lines
144 B
Text
4 lines
144 B
Text
Bugfix
|
|
* Fix mbedtls_net_poll() and mbedtls_net_recv_timeout() often failing with
|
|
MBEDTLS_ERR_NET_POLL_FAILED on Windows. Fixes #4465.
|
|
|