freebsd-src/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
uniq.c Sync getline() with comm(1): 2009-12-17 17:03:47 +00:00