mirror of
https://github.com/apache/nuttx.git
synced 2026-05-16 05:27:45 +08:00
d60dee4a65
Calling syslog to print logs in clock_gettime will cause the system to have recursive output, i.e., clock_gettime->sinfo->syslog->clock_gettime, with the consequences of stack overflow or non-stop log output.