wengzhe opened a new pull request, #1770:
URL: https://github.com/apache/nuttx-apps/pull/1770

   ## Summary
   In `dns_add_nameserver`, the `dns_check_nameserver` is comparing addresses 
with `addrlen = sizeof(struct sockaddr_in)` for IPv4 addresses, so the trailing 
`sin_zero` field should be `0`, otherwise it may fail to figure out same 
nameserver address.
   
   ## Impact
   
   ## Testing
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to