$OpenBSD$
--- src/util/mktlds-header.c.orig	Fri Mar  7 12:39:43 2014
+++ src/util/mktlds-header.c	Mon Sep  8 18:53:30 2014
@@ -171,9 +171,9 @@ punycode_encode(const char *host)
 
         enc_lbl = punycode_encode_part(ptr);
 
-        strcat(enc_str, enc_lbl);
+        strlcat(enc_str, enc_lbl, 512);
         if (next_lbl)
-            strcat(enc_str, ".");
+            strlcat(enc_str, ".", 512);
         g_free(enc_lbl);
 
         if (!next_lbl)
