scsi: qla4xxx: ql4_mbx.c: Cleaning up missing null-terminate in conjunction with...
authorRickard Strandqvist <rickard_strandqvist@spectrumdigital.se>
Sun, 27 Jul 2014 14:57:42 +0000 (16:57 +0200)
committerChristoph Hellwig <hch@lst.de>
Wed, 30 Jul 2014 11:49:36 +0000 (07:49 -0400)
commit4d0a21f1fd31adb3ec66db4c1af3856ae0b8549f
treec3c54a8e54c6c5504b79c77d1f37d29aa1821b97
parentbdbb9662f7b18197cadb729f1d97e5646546179a
scsi: qla4xxx: ql4_mbx.c: Cleaning up missing null-terminate in conjunction with strncpy

Replacing strncpy with strlcpy to avoid strings that lacks null terminate.
And in some cases modified to copy one character less than the overall
length, as the entire area is already zeroed.

Signed-off-by: Rickard Strandqvist <rickard_strandqvist@spectrumdigital.se>
Acked-By: Nilesh Javali <nilesh.javali@qlogic.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
drivers/scsi/qla4xxx/ql4_mbx.c