$OpenBSD: patch-gtk_Converter_h,v 1.1 2007/01/18 10:56:27 steven Exp $
--- gtk/Converter.h.orig	Sat Jun 24 00:04:42 2006
+++ gtk/Converter.h	Wed May 31 06:04:10 2006
@@ -53,8 +53,8 @@ public:
 			// Try allowing approximate transliterations
 			if (transliterations) {
 				char fullDest[200];
-				strcpy(fullDest, charSetDestination);
-				strcat(fullDest, "//TRANSLIT");
+				strlcpy(fullDest, charSetDestination, sizeof(fullDest));
+				strlcat(fullDest, "//TRANSLIT", sizeof(fullDest));
 				OpenHandle(fullDest, charSetSource);
 			}
 			if (!Succeeded()) {
