$OpenBSD: patch-src_output_c,v 1.1.1.1 2005/06/21 21:52:46 niallo Exp $
--- src/output.c.orig	Mon Jun 20 19:16:52 2005
+++ src/output.c	Mon Jun 20 19:17:00 2005
@@ -209,9 +209,9 @@ char *values2str(char mode,t_iface_speed
             || output_type==MAX_OUT || output_type==AVG_OUT
 #endif
             ) 
-        strcpy(speed,"/s"); 
+        strlcpy(speed,"/s",2); 
     else 
-        strcpy(speed,"  ");
+        strlcpy(speed,"  ",2);
     if (
 #if !NETSTAT_BSD_BYTES && !NETSTAT_NETBSD && NETSTAT
         input_method==NETSTAT_IN ||
