Re: [PATCH 1/2] qedi: Correct the size of target name

2018-06-27 Thread Bart Van Assche
On Wed, 2018-06-27 at 05:14 -0700, Nilesh Javali wrote: > There is potential buffer overflow while getting the target > name from the NVRAM. Correct the size of the buffer to avoid > overflow. > > Signed-off-by: Nilesh Javali > --- > drivers/scsi/qedi/qedi_iscsi.h | 2 +- > 1 file changed, 1 ins

[PATCH 1/2] qedi: Correct the size of target name

2018-06-27 Thread Nilesh Javali
There is potential buffer overflow while getting the target name from the NVRAM. Correct the size of the buffer to avoid overflow. Signed-off-by: Nilesh Javali --- drivers/scsi/qedi/qedi_iscsi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/scsi/qedi/qedi_iscsi.h b/