Using UA_Log_Syslog_new() to redirect output to the syslog will ends up in SEGFAULT. Using the old vsnprintf() will eventually parse a "%S" format string, which has a different use in standard printf: ...