Files
mbedtls/library
Gilles Peskine f604240b1b Fix stack buffer overflow in net functions with large file descriptor
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>
2021-03-01 16:37:45 +01:00
..
2020-12-09 01:21:50 +00:00
2021-02-23 11:29:25 +01:00
2020-11-16 13:07:51 +01:00
2020-09-09 15:17:11 +02:00
2020-09-22 16:22:27 +02:00
2021-02-22 19:40:41 +01:00
2020-11-28 14:59:56 -03:00