mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-03 15:55:43 +00:00
33d816aff9
Fix a stack buffer overflow with 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>
4 lines
164 B
Plaintext
4 lines
164 B
Plaintext
Security
|
|
* Fix a stack buffer overflow with mbedtls_net_recv_timeout() when given a
|
|
file descriptor that is beyond FD_SETSIZE. Reported by FigBug in #4169.
|