You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2020/02/21 07:40:38 UTC

[GitHub] [incubator-nuttx] masayuki2009 opened a new pull request #345: net: socket: Enable parameter check (addr and addrlen) in getsockname.c

masayuki2009 opened a new pull request #345: net: socket: Enable parameter check (addr and addrlen) in getsockname.c
URL: https://github.com/apache/incubator-nuttx/pull/345
 
 
   ### Summary
   
   - This PR reinforces parameter check in getsockname()
   - With this fix, an error in BasicGetSockName test in usrsocktest will be fixed.
   
   ### Impact
   
   - This PR affects network programs which use getsockname()
   - However, this is a minor error case, so existing application should work.
   
   ### Limitations / TODO
   
   - There still remain errors in usrsocktest and need more investigation.
   
   ### Testing
   
   - I tested this PR with spresense:wifi which I added usrsocktest application.
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #345: net: socket: Enable parameter check (addr and addrlen) in getsockname.c

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 merged pull request #345: net: socket: Enable parameter check (addr and addrlen) in getsockname.c
URL: https://github.com/apache/incubator-nuttx/pull/345
 
 
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services