-
Notifications
You must be signed in to change notification settings - Fork 128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
int lwip_getaddrinfo() error (IDFGH-13115) #70
Comments
@greentd Thanks for reporting this issue. We are fixing this issue and the fix will be available soon. |
@espressif-abhikroy How is the status now? |
The issue was with handling of IPADDR_ANY or NULL in netdb api's. This bug was introduced with the code changes for the "multiple ip support in dns" feature(f174681). |
The function lwip_getaddrinfo(const char *nodename, const char *servname, const struct addrinfo *hints, struct addrinfo **res)
@https://github.com/espressif/esp-lwip/blob/4297782bf9e614be1bb8605f30d46af8697fab17/src/api/netdb.c
is wrong,
It causes the following test routine to fail to run
https://github.com/espressif/esp-modbus/tree/master/test/tcp/mb_tcp_slave
The text was updated successfully, but these errors were encountered: