Date: Sat, 20 Dec 1997 15:03:51 -0800 (PST) From: Joerg Wunsch <joerg@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/scsi worm.c Message-ID: <199712202303.PAA01036@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
joerg 1997/12/20 15:03:51 PST Modified files: sys/scsi worm.c Log: 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). Revision Changes Path 1.49 +12 -1 src/sys/scsi/worm.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199712202303.PAA01036>