a14f22f65b
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 |
||
---|---|---|
.. | ||
api_lib.c | ||
api_msg.c | ||
err.c | ||
lwip_debug.c | ||
netbuf.c | ||
netdb.c | ||
netifapi.c | ||
pppapi.c | ||
sockets.c | ||
tcpip.c |