Subject: sun-lamp CVS commits
To: None <source-changes@pain.lcs.mit.edu>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 10/12/1995 17:40:02
thorpej
Thu Oct 12 14:30:20 PDT 1995
Update of /a/cvsroot/src/sys/dev
In directory pain.lcs.mit.edu:/users/thorpej/1.1/src/sys/dev

Revision/Branch: netbsd-1-1

Modified Files:
	ccd.c ccdvar.h 
Log Message:
Update from trunk: Fix bad pointer deref, memory leak, and geometry
calculation, pointed out by Jochen Pohl in PR #1588.  Change the interleave
index to an array of ints rather than an array of chars to avoid losing in
the event one has more than 127 components.