Skip to content
Commit 1b96f895 authored by Sven Schnelle's avatar Sven Schnelle Committed by James Bottomley
Browse files

[SCSI] gdth: Allocate sense_buffer to prevent NULL pointer dereference



Fix NULL pointer dereference during execution of Internal commands,
where gdth only allocates scp, but not scp->sense_buffer. The rest of
the code assumes that sense_buffer is allocated, which leads to a kernel
oops e.g. on reboot (during cache flush).

Signed-off-by: default avatarSven Schnelle <svens@stackframe.org>
Signed-off-by: default avatarJames Bottomley <James.Bottomley@HansenPartnership.com>
parent 4d3995b1
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