Message ID | 20230722152657.168859-1-k.shelekhin@yadro.com |
---|---|
Headers | show |
Series | scsi: target: iscsi: Get rid of sprintf in iscsi_target_configfs.c | expand |
Konstantin, > This patch series cleanses iscsi_target_configfs.c of sprintf usage. > The first patch fixes the real problem, the second just makes sure we > are on the safe side from now on. Applied to 6.6/scsi-staging, thanks!
On Sat, 22 Jul 2023 18:26:36 +0300, Konstantin Shelekhin wrote: > This patch series cleanses iscsi_target_configfs.c of sprintf usage. The > first patch fixes the real problem, the second just makes sure we are on > the safe side from now on. > > I've reproduced the issue fixed in the first patch by utilizing this > cool thing: > > [...] Applied to 6.6/scsi-queue, thanks! [1/2] scsi: target: iscsi: Fix buffer overflow in lio_target_nacl_info_show https://git.kernel.org/mkp/scsi/c/801f287c93ff [2/2] scsi: target: iscsi: Stop using sprintf in iscsi_target_configfs.c https://git.kernel.org/mkp/scsi/c/c0431feb0a75