From: utzoo!decvax!harpo!eagle!mhtsa!ihnss!ihps3!stolaf!sys
Newsgroups: net.news.b
Title: Bug not fixed in 2.8
Article-I.D.: stolaf.396
Posted: Tue Jun 22 17:34:31 1982
Received: Sun Jun 27 05:27:04 1982


	I'm glad to see the fixes in 2.8, but the one in header.c
	was missed.  Line 41 should be changed from
		fgets(ph->path, BUFLEN, fp)		/* source path */
	to
		fgets(ph->path, PATHLEN, fp)		/* source path */
	Failure to make this change will cause it to blow chow on
	long pathnames.
				-Dave Borman
				St. Olaf College
				ihnss!ihps3!stolaf!borman