commit | dbc2309d90b59fbb2676dc2e39150aa095e8c222 | [log] [tgz] |
---|---|---|
author | John W. Linville <linville@tuxdriver.com> | Wed Sep 28 17:50:51 2005 -0400 |
committer | Jeff Garzik <jgarzik@pobox.com> | Tue Oct 04 07:49:12 2005 -0400 |
tree | 9d17c84d17c5a46e38fa07fef518f955c9944b5b | |
parent | 53232803241ae0f26b39897a4d4b37775837de00 [diff] |
[PATCH] s2io: change strncpy length arg to use size of target Use the size of the target array for the length argument to strncpy instead of the size of the source or a magic number. Signed-off-by: John W. Linville <linville@tuxdriver.com> Signed-off-by: Jeff Garzik <jgarzik@pobox.com>