freebsd-dev/usr.bin/uniq
Jaakko Heinonen a8092021a0 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)
2009-12-17 17:03:47 +00:00
..
Makefile
uniq.1 The input line length limit mentioned on the manual page was removed by 2009-12-17 16:59:19 +00:00
uniq.c Sync getline() with comm(1): 2009-12-17 17:03:47 +00:00