espressif / esp-lwip

Fork of lwIP (https://savannah.nongnu.org/projects/lwip/) with ESP-IDF specific patches
Other
85 stars 129 forks source link

sockets: Prevent crash when socket not initialized #12

Closed nebkat closed 4 years ago

nebkat commented 4 years ago

Updated to match tryget_socket_unconn_locked(), see https://github.com/espressif/esp-lwip/pull/11. @freakyxue