CVSROOT: /cvs Module name: src Changes by: [email protected] 2009/10/27 05:38:24
Modified files:
sys/scsi : scsi_base.c
Log message:
if (!ISSET(flags, SCSI_NOSLEEP)) return; else sleep(); is wrong.
found with krw while looking at #6247. tested locally with iogen and
scsi(8). this fixes a null deref in the ioctl path where there shouldnt be
one.
ok krw@
