K 10 svn:author V 2 jh K 8 svn:date V 27 2009-12-17T17:03:47.883204Z K 7 svn:log V 274 Sync getline() with comm(1): - Prevent overflowing of the buffer length variable in getline() by limiting its maximum value. - Exit if reallocf(3) fails in getline(). Failure was silently considered as end-of-file. Reviewed by: ghelmer Approved by: trasz (mentor) END