Subject: changed files: 'src/usr.bin/join join.c'
To: None <source-changes>
From: Chris G. Demetriou <cgd>
List: source-changes
Date: 11/15/1993 01:31:02
Update of /b/source/CVS/src/usr.bin/join
In directory sun-lamp.cs.berkeley.edu:/usr/src/usr.bin/join

Modified Files:
	join.c 
Log Message:
fix from Dave Matthews <dave@prlng.co.uk>, with modifications by cgd:
Bug Description:
	Two different bugs in join.  One causes a segmentation fault if
	increasing the space by 100 is not enough.  The other gives the
	wrong results because the program saves a pointer to the original
	buffer rather than to the area where the lines have been copied.


------------------------------------------------------------------------------