CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2009/10/27 05:24:20
Modified files: sys/scsi : scsi_ioctl.c Log message: Check return value of scsi_xs_get() in scsi_ioc_cmd() for NULL. It may or may not be possible to get NULL these days, but paranoia and consistancy of usage are nice. Prompted by looking at PR#6247 from Steven Mestdagh. ok dlg@