K 10 svn:author V 7 stefanf K 8 svn:date V 27 2006-04-29T10:29:10.000000Z K 7 svn:log V 309 Check the buffer size when copying the line returned by el_gets() into our own buffer. Interactively typing in long lines (>1023 characters) previously overflowed the buffer. Unlike the NetBSD people I don't see the need to subtract 8 from BUFSIZ, so I just used BUFSIZ-1. Obtained from: NetBSD PR: 91110 END