commit | 4d0a21f1fd31adb3ec66db4c1af3856ae0b8549f | [log] [tgz] |
---|---|---|
author | Rickard Strandqvist <rickard_strandqvist@spectrumdigital.se> | Sun Jul 27 16:57:42 2014 +0200 |
committer | Christoph Hellwig <hch@lst.de> | Wed Jul 30 07:49:36 2014 -0400 |
tree | c3c54a8e54c6c5504b79c77d1f37d29aa1821b97 | |
parent | bdbb9662f7b18197cadb729f1d97e5646546179a [diff] |
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>