mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2024-12-28 15:17:21 +00:00
a40e95fda0
Signed-off-by: David Horstmann <david.horstmann@arm.com>
5 lines
172 B
Plaintext
5 lines
172 B
Plaintext
Bugfix
|
|
* Use 'mbedtls_net_close' instead of 'close' in 'mbedtls_net_bind'
|
|
and 'mbedtls_net_connect' to prevent possible double close fd
|
|
problems. Fixes #9711.
|