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/08/11 09:18:18 UTC

[GitHub] [incubator-nuttx-apps] masayuki2009 opened a new pull request #359: nshlib: Fix memory corruption in nsh_parse.c

masayuki2009 opened a new pull request #359:
URL: https://github.com/apache/incubator-nuttx-apps/pull/359


   ## Summary
   
   - Fix memory corruption when pthread_create() failed in nsh_execute()
   
   ## Impact
   
   - nsh builtin command execution in background with errors
   
   ## Testing
   
   - Tested with hifive1-revb:nsh
   - Set CONFIG_MAX_TASKS=4
   - Run 'sleep 1000 &' in 3 times will cause pthread_create error
   - Run free, ps command
   


----------------------------------------------------------------
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-apps] jerpelea merged pull request #359: nshlib: Fix memory corruption in nsh_parse.c

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


   


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