diff --git a/appl/kx/kxd.c b/appl/kx/kxd.c index c1215f74f..79d76a311 100644 --- a/appl/kx/kxd.c +++ b/appl/kx/kxd.c @@ -110,7 +110,7 @@ recv_conn (int sock, des_cblock *key, des_key_schedule schedule, char user[ANAME_SZ + 1]; char instance[INST_SZ + 1]; int addrlen; - char version[KRB_SENDAUTH_VLEN]; + char version[KRB_SENDAUTH_VLEN + 1]; struct passwd *passwd; char remotehost[MaxHostNameLen]; void *ret;