[PATCH 0/3] scsi: Fix a handful of memcpy() field overflows

From: Kees Cook
Date: Fri May 28 2021 - 14:13:54 EST


While working on improving FORTIFY_SOURCE's memcpy() coverage, there are
a few fixes that don't require any helper changes, etc.

-Kees

Kees Cook (3):
scsi: fcoe: Statically initialize flogi_maddr
scsi: esas2r: Switch to flexible array member
scsi: isci: Use correctly sized target buffer for memcpy()

drivers/scsi/esas2r/atioctl.h | 2 +-
drivers/scsi/fcoe/fcoe.c | 6 ++----
drivers/scsi/isci/task.c | 4 ++--
3 files changed, 5 insertions(+), 7 deletions(-)

--
2.25.1