K 10 svn:author V 2 jh K 8 svn:date V 27 2011-10-07T14:29:15.094433Z K 7 svn:log V 299 MFC r218411: - Use LINE_MAX from limits.h as the maximum line length instead of BUFSIZ. Use LINE_MAX * 2 as the buffer size (BSIZE). - Error out if we encounter a line longer than LINE_MAX. The previous behavior was to silently split long lines and produce corrupted output. PR: bin/151384 END