acassis commented on code in PR #8012: URL: https://github.com/apache/nuttx/pull/8012#discussion_r1059441423
########## drivers/syslog/vsyslog.c: ########## @@ -67,6 +67,8 @@ static FAR const char * g_priority_str[] = int nx_vsyslog(int priority, FAR const IPTR char *fmt, FAR va_list *ap) { struct lib_syslogstream_s stream; + char buffer[128]; Review Comment: I noticed there is a CONFIG_SYSLOG_INTBUFSIZE for interrupt buffer, could it be used? Is there some way to avoid allocating this new buffer is using some other pre-allocated buffer? -- 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