mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-24 00:06:32 +01:00
Fix a stack buffer overflow with mbedtls_net_poll() and mbedtls_net_recv_timeout() when given a file descriptor that is beyond FD_SETSIZE. The bug was due to not checking that the file descriptor is within the range of an fd_set object. Fix #4169 Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com> |
||
|---|---|---|
| .. | ||
| 00README.md | ||
| drbg-mutex.txt | ||
| issue4093.txt | ||
| mpi_sub_abs.txt | ||
| net_poll-fd_setsize.txt | ||
| rsa-mutex.txt | ||
| rsa_private-ret.txt | ||