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/12/22 10:01:50 UTC

[GitHub] [incubator-nuttx] xiaoxiang781216 opened a new pull request #2585: libc/netdb: Move hostbuffer out of the stack

xiaoxiang781216 opened a new pull request #2585:
URL: https://github.com/apache/incubator-nuttx/pull/2585


   ## Summary
   The length of hostbuffer come from Kconfig, it isn't safe to
   allocate this variable on the stack.
   
   ## Impact
   The stack consumption for getaddrinfo become small
   
   ## 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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-nuttx] acassis merged pull request #2585: libc/netdb: Move hostbuffer out of the stack

Posted by GitBox <gi...@apache.org>.
acassis merged pull request #2585:
URL: https://github.com/apache/incubator-nuttx/pull/2585


   


----------------------------------------------------------------
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