$OpenBSD: patch-common_argus_util_c,v 1.4 2015/01/26 13:13:58 steven Exp $
--- common/argus_util.c.orig	Tue Aug 19 23:13:08 2014
+++ common/argus_util.c	Mon Sep 29 23:50:59 2014
@@ -22553,8 +22553,8 @@ ArgusLog (int priority, char *fmt, ...)
             *tptr++ = buf[i];
          }
 
-         memset(buf, 0, MAXSTRLEN);
-         strncpy(buf, tbuf, MAXSTRLEN);
+         memset(buf, 0, sizeof(buf));
+         strncpy(buf, tbuf, sizeof(buf));
       }
  
       syslog (priority, "%s", buf);
