Index: trunk/src/sh_portcheck.c
===================================================================
--- trunk/src/sh_portcheck.c	(revision 73)
+++ trunk/src/sh_portcheck.c	(revision 75)
@@ -391,5 +391,7 @@
 {
   struct sh_portentry * portlist;
-  char iface_all[8] = _("0.0.0.0");
+  char iface_all[8];
+
+  sl_strlcpy (iface_all, _("0.0.0.0"), sizeof(iface_all));
   
   if (0 == strcmp(proto, "tcp"))
