From: James Bottomley Date: Mon, 16 Aug 2010 15:06:26 +0000 (-0500) Subject: [SCSI] fix use-after-free in scsi_init_io() X-Git-Tag: v2.6.36-rc4~5^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a5c19c23db65a554f2e4f5df5f307c668277056;p=pandora-kernel.git [SCSI] fix use-after-free in scsi_init_io() we're using a pointer through a freed command to reset the request, which has shown up as an oops with slab poisoning: Reported-by: Tejun Heo Reported-by: Alexey Dobriyan Signed-off-by: James Bottomley --- Reading git-diff-tree failed