thorpej Sun Feb 11 10:04:03 PST 1996 Update of /a/cvsroot/src/sys/dev In directory pain.lcs.mit.edu:/b/tmp/cvs-serv12779 Modified Files: ccd.c Log Message: Avoid deref'ing a bad pointer in ccdopen(). This could happen if any partition other than RAW_PART is opened before configuring the ccd. Bug pointed out by Matthew Green.