CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/08/29 20:47:56
Modified files:
sys/scsi : cd.c ch.c safte.c scsi_base.c ses.c st.c
Log message:
Avoid possible aliasing-related compiler issues by always writing to
cmd->opcode through the type casted command pointer rather than
through xs->cmd->opcode.
Requested by deraadt@; ok k...@.
