Re: [PATCH] scsi: bfa: convert to strlcpy/strlcat

2017-12-11 Thread Martin K. Petersen
Arnd, > The bfa driver has a number of real issues with string termination > that gcc-8 now points out: Applied to 4.16/scsi-queue. Thank you! -- Martin K. Petersen Oracle Linux Engineering

RE: [PATCH] scsi: bfa: convert to strlcpy/strlcat

2017-12-08 Thread Kalluru, Sudarsana
, Rasesh ; Johannes Thumshirn ; linux-scsi@vger.kernel.org; linux-ker...@vger.kernel.org Subject: [PATCH] scsi: bfa: convert to strlcpy/strlcat The bfa driver has a number of real issues with string termination that gcc-8 now points out: drivers/scsi/bfa/bfad_bsg.c: In function

Re: [PATCH] scsi: bfa: convert to strlcpy/strlcat

2017-12-08 Thread Johannes Thumshirn
Looks good, Reviewed-by: Johannes Thumshirn -- Johannes Thumshirn Storage jthumsh...@suse.de+49 911 74053 689 SUSE LINUX GmbH, Maxfeldstr. 5, 90409 Nürnberg GF: Felix Imendörffer, Jane Smithard, Graham Norton HRB 21284 (AG N

[PATCH] scsi: bfa: convert to strlcpy/strlcat

2017-12-04 Thread Arnd Bergmann
The bfa driver has a number of real issues with string termination that gcc-8 now points out: drivers/scsi/bfa/bfad_bsg.c: In function 'bfad_iocmd_port_get_attr': drivers/scsi/bfa/bfad_bsg.c:320:9: error: argument to 'sizeof' in 'strncpy' call is the same expression as the source; did you mean to