From: Jan Kara Date: Thu, 23 Oct 2014 02:13:39 +0000 (-0600) Subject: scsi: Fix error handling in SCSI_IOCTL_SEND_COMMAND X-Git-Tag: omap-for-v3.19/fixes-not-urgent-part1~40^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=84ce0f0e94ac97217398b3b69c21c7a62ebeed05;p=pandora-kernel.git scsi: Fix error handling in SCSI_IOCTL_SEND_COMMAND When sg_scsi_ioctl() fails to prepare request to submit in blk_rq_map_kern() we jump to a label where we just end up copying (luckily zeroed-out) kernel buffer to userspace instead of reporting error. Fix the problem by jumping to the right label. CC: Jens Axboe CC: linux-scsi@vger.kernel.org CC: stable@vger.kernel.org Coverity-id: 1226871 Signed-off-by: Jan Kara Fixed up the, now unused, out label. Signed-off-by: Jens Axboe --- Reading git-diff-tree failed