aboutsummaryrefslogtreecommitdiff
path: root/drivers/scsi/gvp11.h
diff options
context:
space:
mode:
authorJustin Tee2023-03-01 15:16:17 -0800
committerGreg Kroah-Hartman2023-05-24 17:32:37 +0100
commita9df88cb31dcbd72104ec5883f35cbc1fb587e47 (patch)
tree63f0ebdd714360796b0aba27c38f57b52c8ed051 /drivers/scsi/gvp11.h
parente6f4fb28890c1361e0db9eb1adee3fc04e7fe7f5 (diff)
scsi: lpfc: Prevent lpfc_debugfs_lockstat_write() buffer overflow
[ Upstream commit c6087b82a9146826564a55c5ca0164cac40348f5 ] A static code analysis tool flagged the possibility of buffer overflow when using copy_from_user() for a debugfs entry. Currently, it is possible that copy_from_user() copies more bytes than what would fit in the mybuf char array. Add a min() restriction check between sizeof(mybuf) - 1 and nbytes passed from the userspace buffer to protect against buffer overflow. Link: https://lore.kernel.org/r/20230301231626.9621-2-justintee8345@gmail.com Signed-off-by: Justin Tee <justin.tee@broadcom.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com> Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'drivers/scsi/gvp11.h')
0 files changed, 0 insertions, 0 deletions