diff options
author | Jayachandran C <jchandra@digeo.com> | 2005-10-28 00:51:13 +0200 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.(none)> | 2005-10-29 00:41:39 +0200 |
commit | 4647722673994787bfa294a163fcb6955b93d417 (patch) | |
tree | f355d7d95ca0493ed4181a9517315d9b1db3c418 /drivers/scsi/sr.c | |
parent | [SCSI] mptsas: support link error attributes (diff) | |
download | linux-4647722673994787bfa294a163fcb6955b93d417.tar.xz linux-4647722673994787bfa294a163fcb6955b93d417.zip |
[SCSI] Fix issue reported by coverity in drivers/scsi/scsi_ioctl.c
This patch attempts to fix an issue found in drivers/scsi/scsi_ioctl.c by Coverity.
Error reported:
CID: 3437
Checker: FORWARD_NULL (help)
File: /export2/p4-coverity/mc2/linux26/drivers/scsi/scsi_ioctl.c
Function: scsi_ioctl_send_command
Description: Variable "buf" tracked as NULL was passed to a function that dereferences it.
Patch description:
buf can be NULL if inlen and outlen are both 0. This patch adds check if the
length is non-zero before calling copy from/to user.
Signed-off-by: Jayachandran C. <c.jayachandran@gmail.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/scsi/sr.c')
0 files changed, 0 insertions, 0 deletions