K 10 svn:author V 2 jh K 8 svn:date V 27 2011-02-07T18:10:18.554266Z K 7 svn:log V 285 - 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