[SCSI] fusion: ensure NUL-termination of MptCallbacksName elements
authorFerenc Wagner <wferi@niif.hu>
Thu, 25 Aug 2011 12:44:57 +0000 (14:44 +0200)
committerJames Bottomley <JBottomley@Parallels.com>
Thu, 15 Dec 2011 06:57:29 +0000 (10:57 +0400)
commit8af3d8d5bc75914a01fe41839474902f2c6b79b9
tree1aa10850f0fd2551a9036c87edc7b6efccf25b72
parentcd6dbb038a191b1bea34819de547f66a2187e309
[SCSI] fusion: ensure NUL-termination of MptCallbacksName elements

Using strlcpy instead of memcpy makes the strlen() calls superfluous
and also ensures zero-termination of the copied string.
At the same time get rid of the magic constant 50.

Actually, I can't see why copying the callback name is necessary
instead of simply storing a pointer to it (just like to the callback
function itself), but that goes beyond the scope of this fix.

Signed-off-by: Ferenc Wagner <wferi@niif.hu>
Acked-by: "Nandigama, Nagalakshmi" <Nagalakshmi.Nandigama@lsi.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
drivers/message/fusion/mptbase.c
drivers/message/fusion/mptbase.h