aboutsummaryrefslogtreecommitdiff
path: root/scripts/gdb/linux/lists.py
diff options
context:
space:
mode:
authorOmar Sandoval <[email protected]>2017-02-21 10:03:50 -0800
committerJens Axboe <[email protected]>2017-02-21 14:18:54 -0700
commitbd1599d931ca735c1081f11aa4d49006350709f1 (patch)
treeff7260c269e929a3a8c4e66c3f28be0c99c2ccdc /scripts/gdb/linux/lists.py
parentcccd9fb9ec960e343b2f354c4613e49f5a1d8371 (diff)
scsi_transport_sas: fix BSG ioctl memory corruption
The end_device and sas_host devices support BSG ioctls, but the request_queue allocated for them isn't set up to allocate the struct scsi_request payload. This leads to memory corruption in the call to scsi_req_init() in bsg_map_hdr(), since it will memset past the end of the allocated request. Fix it by setting ->cmd_size on the allocated request_queue. Fixes: 82ed4db499b8 ("block: split scsi_request out of struct request") Signed-off-by: Omar Sandoval <[email protected]> Acked-by: Christoph Hellwig <[email protected]> Signed-off-by: Jens Axboe <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/lists.py')
0 files changed, 0 insertions, 0 deletions