makejian | 9606d56 | 2024-10-21 20:13:49 +0800 | [diff] [blame] | 1 | Bugfix |
2 | * Use 'mbedtls_net_close' instead of 'close' in 'mbedtls_net_bind' | ||||
3 | and 'mbedtls_net_connect' to prevent possible double close fd | ||||
David Horstmann | a40e95f | 2024-10-22 12:22:47 +0100 | [diff] [blame] | 4 | problems. Fixes #9711. |