aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/pm8001/pm8001_hwi.c
diff options
context:
space:
mode:
authorKees Cook <keescook@chromium.org>2021-06-16 14:24:37 -0700
committerMartin K. Petersen <martin.petersen@oracle.com>2021-06-18 23:27:04 -0400
commit041761f4a4db662e38b4ae9d510b8beb24c7d4b6 (patch)
tree9251c7f8debfe4798b9ff533a5b8efdf36a5186b /drivers/scsi/pm8001/pm8001_hwi.c
parentscsi: arcmsr: Avoid over-read of sense buffer (diff)
downloadlinux-dev-041761f4a4db662e38b4ae9d510b8beb24c7d4b6.tar.xz
linux-dev-041761f4a4db662e38b4ae9d510b8beb24c7d4b6.zip
scsi: aha1740: Avoid over-read of sense buffer
In preparation for FORTIFY_SOURCE performing compile-time and run-time field bounds checking for memcpy(), memmove(), and memset(), avoid intentionally reading across neighboring array fields. SCtmp->sense_buffer is 96 bytes, but ecbptr->sense is 14 bytes. Instead of over-reading ecbptr->sense, copy only the actual contents and zero pad the remaining bytes, avoiding potential over-reads. Link: https://lore.kernel.org/r/20210616212437.1727088-1-keescook@chromium.org Signed-off-by: Kees Cook <keescook@chromium.org> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'drivers/scsi/pm8001/pm8001_hwi.c')
0 files changed, 0 insertions, 0 deletions