1. 12 3月, 2006 38 次提交
  2. 10 3月, 2006 1 次提交
  3. 08 3月, 2006 1 次提交
    • J
      [SCSI] sr: partial revert of 24669f75 · e12f0a3d
      James Bottomley 提交于
      The patch
      
      [SCSI] SCSI core kmalloc2kzalloc
      
      Has an incorrect piece in sr_ioctl.c; it changes buffer from kmalloc
      to kzalloc, but then removes the clearing of the stack variable struct
      packet_command.  This, in turn leaves rubbish in the sense pointer
      which the sr_do_ioctl() command then happily writes to ... oops.
      
      Thanks to Mike Christie <michaelc@cs.wisc.edu> for spotting this.
      Signed-off-by: NJames Bottomley <James.Bottomley@SteelEye.com>
      e12f0a3d