Serious bug in tm.c

utzoo!utcsrgv!drg utzoo!utcsrgv!drg
Mon Mar 29 16:09:41 AEST 1982


If you have more than one TM11-like tape drive, the 4.1BSD tm.c driver
goes outside the bounds of one of its internal arrays, causing general
havoc.
	To fix it, the declaration for the te_softc array should
be changed from:
	 } te_softc[NTM];
to:
	 } te_softc[NTE];
				Dave Galloway
				CSRG
				University of Toronto



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