Patch to fix the syslog() exploitable condition.
- syslog(LOG_WARNING, buf); + syslog(LOG_WARNING, "%s", buf);
Log in to post a comment.