mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-03-09 10:14:11 +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.
|