mbedtls/ChangeLog.d
Gilles Peskine 33d816aff9 Fix stack buffer overflow in net functions with large file descriptor
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>
2021-03-03 12:23:27 +01:00
..
00README.md When to write a changelog: minor improvements 2020-10-01 00:35:25 +02:00
drbg-mutex.txt Changelog entry for DRBG mutex usage fix 2021-02-12 15:57:03 +01:00
issue4093.txt adding changelog entry for issue #4093 2021-02-02 12:44:07 +01:00
mpi_sub_abs.txt mbedtls_mpi_sub_abs: fix buffer overflow in error case 2021-02-01 13:39:51 +01:00
net_poll-fd_setsize.txt Fix stack buffer overflow in net functions with large file descriptor 2021-03-03 12:23:27 +01:00
rsa-mutex.txt Make entropy double-free work 2021-02-23 11:28:19 +01:00