Message ID | 20210528181337.792268-1-keescook@chromium.org (mailing list archive) |
---|---|
Headers | show |
Series | scsi: Fix a handful of memcpy() field overflows | expand |
Kees, > While working on improving FORTIFY_SOURCE's memcpy() coverage, there are > a few fixes that don't require any helper changes, etc. Applied patches 2 and 3 to 5.14/scsi-staging, please update patch 1. Thanks!
On Tue, Jun 01, 2021 at 11:38:47PM -0400, Martin K. Petersen wrote: > Kees, > > > While working on improving FORTIFY_SOURCE's memcpy() coverage, there are > > a few fixes that don't require any helper changes, etc. > > Applied patches 2 and 3 to 5.14/scsi-staging, please update patch 1. > > Thanks! Awesome; thanks! I've sent v2 for patch 1 now.
On Fri, 28 May 2021 11:13:34 -0700, Kees Cook wrote: > 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() > > [...] Applied to 5.14/scsi-queue, thanks! [2/3] scsi: esas2r: Switch to flexible array member https://git.kernel.org/mkp/scsi/c/66fc475bd9e1 [3/3] scsi: isci: Use correctly sized target buffer for memcpy() https://git.kernel.org/mkp/scsi/c/5250db63d140