OVMS3-idf/components/lwip/api
Jan Schmidt a14f22f65b netconn_gethostbyname: Fix race reporting success
If the DNS request is dispatched and performed very quickly,
then it can complete before tcpip_callback() actually returns,
in which case we'll destroy the actual err_t error value passed
in the message. Use a local variable for the tcpip_callback
error code so that can't happen.

Resolves #269 https://github.com/espressif/esp-idf/pull/269
2017-01-20 14:57:00 +11:00
..
api_lib.c netconn_gethostbyname: Fix race reporting success 2017-01-20 14:57:00 +11:00
api_msg.c lwip: rework according review comments 2017-01-05 12:22:49 +08:00
err.c Initial public version 2016-08-17 23:08:22 +08:00
lwip_debug.c esp32/lwip: some misc changes 2016-11-28 18:36:14 +08:00
netbuf.c lwip: refractor for lwip 2016-10-27 14:11:01 +08:00
netdb.c lwip: refractor for lwip 2016-10-27 14:11:01 +08:00
netifapi.c Initial public version 2016-08-17 23:08:22 +08:00
pppapi.c Initial public version 2016-08-17 23:08:22 +08:00
sockets.c lwip: rework according review comments 2017-01-05 12:22:49 +08:00
tcpip.c Do not printf if debug level is not correct 2017-01-18 16:13:09 +02:00