diff -Nru iptraf-3.0.0/src/ifaces.c iptraf-3.0.0-fixed//src/ifaces.c
--- iptraf-3.0.0/src/ifaces.c	2010-08-14 09:33:34.000000000 +0200
+++ iptraf-3.0.0-fixed//src/ifaces.c	2010-08-14 09:31:49.000000000 +0200
@@ -50,7 +50,7 @@
     while ((*tmp == ' ') || (*tmp == '\t'))
         tmp++;
 
-    strcpy(buf, tmp);
+    memmove(buf, tmp, strlen(tmp) + 1);
     return buf;
 }
 
