Skip to content
Commit 3a5c19c2 authored by James Bottomley's avatar James Bottomley
Browse files

[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: default avatarTejun Heo <tj@kernel.org>
Reported-by: default avatarAlexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: default avatarJames Bottomley <James.Bottomley@suse.de>
parent 7e443312
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment