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 2021/09/21 10:29:38 UTC

[GitHub] [incubator-nuttx] xiaoxiang781216 opened a new pull request #4580: drivers/syslog: Ensure the buffer zero terminate

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


   ## Summary
   This patch fix the regression by:
   ```
   commit 174b2403258cbf0e063ac389beeedcd09b8a0b1a
   Author: Xiang Xiao <xi...@xiaomi.com>
   Date:   Fri Sep 17 11:56:21 2021 +0800
   
       drivers/syslog: Call up_puts in syslog_default_write instad up_putc
   
       since some drivers(e.g. semihosting) have more fast implementation.
   ```
   
   ## 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] [incubator-nuttx] juniskane commented on pull request #4580: drivers/syslog: Ensure the buffer zero terminate

Posted by GitBox <gi...@apache.org>.
juniskane commented on pull request #4580:
URL: https://github.com/apache/incubator-nuttx/pull/4580#issuecomment-924622667


   Tested this with few of my projects that use CONFIG_SYSLOG_BUFFER. Works and change looks good to me.


-- 
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] [incubator-nuttx] acassis merged pull request #4580: drivers/syslog: Ensure the buffer zero terminate

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


   


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