From: Dan Williams Date: Wed, 15 Jun 2011 18:11:03 +0000 (-0700) Subject: isci: fix ssp response iu buffer size in isci_tmf X-Git-Tag: v3.0-rc6~1^2~1^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=360b03ed178a4fe3971b0a098d8feeb53333481b;p=pandora-kernel.git isci: fix ssp response iu buffer size in isci_tmf In isci_task_request_complete() we save the response/sense data from the command. Make sure isci_tmf has enough space to hold the full response. [ it does not look like we actually use this data, and response_data_len/sense_data_len should be specifying the byte count, in any event do the simple fix first so we don't corrupt memory ] Reported-by: Adam Gruchala Tested-by: Edmund Nadolski Signed-off-by: Dan Williams --- Reading git-diff-tree failed