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

   ## Summary
   The large max command line length may cause stack overflow.
   Link: https://github.com/apache/nuttx-apps/pull/2850
   
   ## Impact
   lm3s6965-ek:qemu
   
   ## Testing
   - Selftest
   ```
   ./tools/configure.sh lm3s6965-ek:qemu-flat
   make -j16
   qemu-system-arm -semihosting \
     -M lm3s6965evb \
     -device loader,file=nuttx.bin,addr=0x00000000 \
     -netdev user,id=user0 \
     -serial mon:stdio -nographic
   ```
   - NuttX CI


-- 
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-unsubscr...@nuttx.apache.org

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

Reply via email to