mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-09-09 03:39:56 +00:00
Merge pull request #9711 from ThePassionate/mbedtls-1021
net/mbedtls_net_connect: Preventing double close problem
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
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.
|
||||
Reference in New Issue
Block a user