]> git.pld-linux.org Git - packages/ez-ipupdate.git/blame - ez-ipupdate-CAN-2004-0980.patch
- format string vulnerability, CAN-2004-0980
[packages/ez-ipupdate.git] / ez-ipupdate-CAN-2004-0980.patch
CommitLineData
52722b0b 1--- ez-ipupdate.c.old 2002-03-12 00:31:47.000000000 +0100
2+++ ez-ipupdate.c 2004-11-10 15:28:23.000000000 +0100
3@@ -798,7 +798,7 @@ void show_message(char *fmt, ...)
4 sprintf(buf, "message incomplete because your OS sucks: %s\n", fmt);
5 #endif
6
7- syslog(LOG_NOTICE, buf);
8+ syslog(LOG_NOTICE, "%s", buf);
9 }
10 else
11 {
This page took 0.034997 seconds and 4 git commands to generate.