--- src/crypto.c	2004-09-20 06:47:03.000000000 -0700
+++ src/crypto.c.fc4	2005-04-06 08:53:39.000000000 -0700
@@ -49,7 +49,7 @@
 
  if (stat(VBUFF,&statbuf) == -1)
     {
-    snprintf(AVDB,CF_BUFSIZE,"%s/%s",CFWORKDIR,CF_AVDB_FILE);
+    snprintf(AVDB,1024,"%s/%s",CFWORKDIR,CF_AVDB_FILE);
     }
  else
     {
--- src/cfagent.c	2005-01-13 00:16:42.000000000 -0800
+++ src/cfagent.c.fc4	2005-04-06 09:08:08.000000000 -0700
@@ -1097,7 +1097,7 @@
 
 CFSTARTTIME = tloc;
 
-snprintf(vbuff,CF_BUFSIZE,"%s",ctime(&tloc));
+snprintf(vbuff,1024,"%s",ctime(&tloc));
 
 Verbose("Reference time set to %s\n",ctime(&tloc));
 
--- src/do.c	2005-04-06 09:31:23.000000000 -0700
+++ src/do.c.fc4	2005-04-06 09:41:15.000000000 -0700
@@ -3282,7 +3282,7 @@
     
     if (isdigit((int)*(work)))
        {
-       snprintf(buf,CF_BUFSIZE,"nameserver %s",work);
+       snprintf(buf,1024,"nameserver %s",work);
        }
     else
        {
