You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by "zyfeier (via GitHub)" <gi...@apache.org> on 2023/07/31 03:42:12 UTC

[GitHub] [nuttx] zyfeier opened a new pull request, #9961: task_spawnparms: out of loop when ret less than 0

zyfeier opened a new pull request, #9961:
URL: https://github.com/apache/nuttx/pull/9961

   ## Summary
   
   The nxspawn_dup2 function will return a value greater than 0, so the loop should only exit if ret is less than 0.
   
   ## Impact
   
   dup2
   
   ## Testing
   
   ADB test for sim:usbdev


-- 
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: commits-unsubscribe@nuttx.apache.org

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


[GitHub] [nuttx] xiaoxiang781216 merged pull request #9961: task_spawnparms: out of loop when ret less than 0

Posted by "xiaoxiang781216 (via GitHub)" <gi...@apache.org>.
xiaoxiang781216 merged PR #9961:
URL: https://github.com/apache/nuttx/pull/9961


-- 
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: commits-unsubscribe@nuttx.apache.org

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