Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]>
- Loading branch information