CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2010/12/08 14:57:47
Modified files: sys/dev/ic : osiop.c Log message: Reset acb->xs to NULL before scsi_done if option DIAGNOSTIC. There seem to be one bad case of use-after-free after a hell lot of heavy I/O creeping in again in this driver. This doesn't fix it but will hopefully help me diagnose once it occurs again.