CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/08/10 20:18:25
Modified files:
sys/dev/ic : gdt_common.c
Log message:
Fix two problems in gdt, introduced in 4.7. Eliminate a use-after-free
of xs for xs->flags. Avoid calling scsi_done() twice when sync'ing
disks during shut down.
scsi_done() problem found by Federico Giannici. Feedback and fixes
from matthew@ and d...@. Testing of various versions by Federico and
sthen@ via Pierre Berthier.
ok matthew@ deraadt@
