K 10 svn:author V 5 brian K 8 svn:date V 27 1997-12-17T00:19:25.000000Z K 7 svn:log V 244 Fix a potential overflow where, if the label passed on the command line is > LINE_LEN (512 bytes), we scribble (*blush*). Hinted at by: Theo de Raadt Change sprintf(buf, "fixedstring") to strcpy(buf, "fixedstring"). END