CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2016/04/29 08:01:37
Modified files: sys/dev : softraid.c Log message: Panic when attempting to execute a scsi command with no discipline defined. Carrying on is pointless. And will currently cause a NULL pointer deref anyway. NULL deref found by mmcc@ and his friend clang. ok deraadt@