Menu

#1 syslog exploit fix.

open
nobody
None
5
2003-06-01
2003-06-01
Anonymous
No

Patch to fix the syslog() exploitable condition.

- syslog(LOG_WARNING, buf);
+ syslog(LOG_WARNING, "%s",
buf);

Discussion


Log in to post a comment.