$OpenBSD: patch-protocols_oscar_icq_c,v 1.2 2007/11/19 11:44:33 martynas Exp $
--- protocols/oscar/icq.c.orig	Mon Aug 20 16:27:15 2007
+++ protocols/oscar/icq.c	Mon Nov 19 13:39:01 2007
@@ -432,7 +432,7 @@ int icq_modfirst(aim_session_t *sess, aim_module_t *mo
 	mod->toolid = 0x0110;
 	mod->toolversion = 0x047c;
 	mod->flags = 0;
-	strncpy(mod->name, "icq", sizeof(mod->name));
+	strlcpy(mod->name, "icq", sizeof(mod->name));
 	mod->snachandler = snachandler;
 
 	return 0;
