mbedtls/ChangeLog.d
makejian 9606d560a7 net/mbedtls_net_connect: Preventing double close problem
In the test examples and real usage scenarios, 'mbedtls_net_free' is called after 'mbedtls_net_connect' fails, which will cause the problem of double close the same fd. It is possible to close this closed fd which has been applied by other link.

Signed-off-by: makejian <makejian@xiaomi.com>
2024-10-22 14:06:41 +08:00
..
00README.md Clarify changelog not needed for compiler warnings 2023-08-02 13:01:14 +01:00
replace-close-with-mbedtls_net_close.txt net/mbedtls_net_connect: Preventing double close problem 2024-10-22 14:06:41 +08:00