mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-02-21 06:40:50 +00:00
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.
|