diff options
author | Justin Tee <[email protected]> | 2023-03-01 15:16:17 -0800 |
---|---|---|
committer | Martin K. Petersen <[email protected]> | 2023-03-09 21:21:44 -0500 |
commit | c6087b82a9146826564a55c5ca0164cac40348f5 (patch) | |
tree | ab6f792cf586afd848903a071cac5e56523913c4 /net/unix/unix_bpf.c | |
parent | fe15c26ee26efa11741a7b632e9f23b01aca4cc6 (diff) |
scsi: lpfc: Prevent lpfc_debugfs_lockstat_write() buffer overflow
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/[email protected]
Signed-off-by: Justin Tee <[email protected]>
Signed-off-by: Martin K. Petersen <[email protected]>
Diffstat (limited to 'net/unix/unix_bpf.c')
0 files changed, 0 insertions, 0 deletions