stefanf 0217b84e8a 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
2006-04-29 10:29:10 +00:00
..
2006-03-19 19:10:39 +00:00
2005-11-17 12:15:23 +00:00
2005-07-28 18:28:11 +00:00
2005-11-17 12:15:23 +00:00
2005-08-07 09:11:38 +00:00