=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/Attic/resp.c,v retrieving revision 1.54 retrieving revision 1.55 diff -u -r1.54 -r1.55 --- src/usr.bin/cvs/Attic/resp.c 2005/08/14 23:24:55 1.54 +++ src/usr.bin/cvs/Attic/resp.c 2005/08/16 16:34:19 1.55 @@ -1,4 +1,4 @@ -/* $OpenBSD: resp.c,v 1.54 2005/08/14 23:24:55 joris Exp $ */ +/* $OpenBSD: resp.c,v 1.55 2005/08/16 16:34:19 xsa Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau * All rights reserved. @@ -508,7 +508,7 @@ static int cvs_resp_newentry(struct cvsroot *root, int type, char *line) { - char entbuf[128]; + char entbuf[CVS_ENT_MAXLINELEN]; struct cvs_ent *ent; /* get the remote path */