esp-idf/components/lwip/apps
David Cermak e8ee09d817 lwip/sntp: Fix esp_sntp_ API races
Some of the esp_sntp_...() APIs that wrap lwip's SNTP
module use tcpip_callback() to execute the lwip functionality
in the correct state (either with locked TCP/IP core,
or within the TCP/IP thread).
tcpip_callback() however doesn't wait for completion of the callback,
which doesn't prevent from using the stack variables after destroy
if used as a parameter.
Introduced in a71fa82.
Fixed by using of tcpip_api_call() instead of the tcpip_callback().

Closes https://github.com/espressif/esp-idf/issues/10611
2023-01-31 18:25:35 +01:00
..
dhcpserver lwip: Support for linux target 2023-01-31 08:43:45 +01:00
ping lwip: Support for linux target 2023-01-31 08:43:45 +01:00
sntp lwip/sntp: Fix esp_sntp_ API races 2023-01-31 18:25:35 +01:00