mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-22 18:15:40 +01:00
ddf4374879
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 | ||
fix_psa_crypto_leak.txt | ||
getentropy.txt | ||
issue3819.txt | ||
issue4093.txt | ||
mbedtls_ecc_group_of_psa.txt | ||
mbedtls_psa_get_random.txt | ||
mpi_sub_abs.txt | ||
net_poll-fd_setsize.txt | ||
no_ecp_fallback.txt | ||
programs-ssl-use-after-scope.txt | ||
psa_allow_tweaking_library_configuration.txt | ||
psa_close_key_memory_leak_fix.txt | ||
psa-crypto-api-rename-aead-tag-length-macros.txt | ||
psa-crypto-client.txt | ||
psa-crypto-hmac-drbg.txt | ||
psa-crypto-rename-output-buffer-size-macros.txt | ||
rsa_private-ret.txt | ||
rsa-mutex.txt |