aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ez-ipupdate/files/CVE-2004-0980.patch
blob: 27b7ee9056aadcca50ec0e6354f9476fa534e7c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$FreeBSD: ports/dns/ez-ipupdate/files/patch-ez-ipupdate.c,v 1.1 2004/11/11 15:46:04 naddy Exp $

--- ez-ipupdate.c.orig
+++ ez-ipupdate.c
@@ -798,7 +798,7 @@
     sprintf(buf, "message incomplete because your OS sucks: %s\n", fmt);
 #endif
 
-    syslog(LOG_NOTICE, buf);
+    syslog(LOG_NOTICE, "%s", buf);
   }
   else
   {