4.3BSD "prof" bug

Doug Gwyn gwyn at smoke.BRL.MIL
Sun Jan 15 01:10:26 AEST 1989


The 4.3BSD source for "prof" contains the following line:
	if (lowpct >= 100)
which should be
	if (lowpct < 0 || lowpct >= 100)



More information about the Comp.bugs.4bsd.ucb-fixes mailing list