]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Protect against a null pointer dereferencation in the case of an
authorjoerg <joerg@FreeBSD.org>
Sat, 20 Dec 1997 23:03:49 +0000 (23:03 +0000)
committerjoerg <joerg@FreeBSD.org>
Sat, 20 Dec 1997 23:03:49 +0000 (23:03 +0000)
commit3de8948e8cdb62b80ff6647f24aee6154797564f
treebe7c1513ab6b8b18212579964b368075a696cfe4
parentae83617f47d978c1bdc7219ed03e62de2994aaed
Protect against a null pointer dereferencation in the case of an
unknown drive.  Such a drive will be configured by worm(4)
nevertheless (albeit with a warning), but cannot be opened except of
the SCSI control device (so scsi(8) or cdrecord will continue to
work).
sys/scsi/worm.c