commit | 3a5c19c23db65a554f2e4f5df5f307c668277056 | [log] [tgz] |
---|---|---|
author | James Bottomley <James.Bottomley@suse.de> | Mon Aug 16 10:06:26 2010 -0500 |
committer | James Bottomley <James.Bottomley@suse.de> | Thu Sep 09 09:58:18 2010 -0500 |
tree | eb89ea587d49af31eb21ba2c08824c0b9cf056b0 | |
parent | 7e443312403ad1ff40ef3177590e96d1fe747c79 [diff] |
[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 <tj@kernel.org> Reported-by: Alexey Dobriyan <adobriyan@gmail.com> Signed-off-by: James Bottomley <James.Bottomley@suse.de>