You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by "Gary-Hobson (via GitHub)" <gi...@apache.org> on 2023/01/30 09:09:46 UTC

[GitHub] [nuttx] Gary-Hobson opened a new pull request, #8352: libc/stream: fix syslogstream_addstring length error

Gary-Hobson opened a new pull request, #8352:
URL: https://github.com/apache/nuttx/pull/8352

   ## Summary
   When len is greater than CONFIG_IOB_BUFSIZE, len is not updated in time, which will lead to memory stampede
   
   ## Impact
   
   ## 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.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

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


[GitHub] [nuttx] jerpelea merged pull request #8352: libc/stream: fix syslogstream_addstring length error

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


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