K 10
svn:author
V 7
coneill
K 8
svn:date
V 27
1997-10-14T10:08:05.000000Z
K 7
svn:log
V 385
Fixed a bug in nc.c that would sometimes cause a buffer overrun if commands
were \n terminated instead of \r\n terminated.  The problem was that
MaxLength was being used on a BUFFER, and that MaxLength calls strlen.
Since the string is not guaranteed to be null-terminated, this was causing
problems.  Fixed it by mallocing storage for the bad command and passing
that into MaxLength.

END
