commit | e49b148f0d8f0e32b33b267297e1530b1426f223 | [log] [tgz] |
---|---|---|
author | Jin Hong <jinh@codeaurora.org> | Mon Oct 03 11:15:50 2011 -0700 |
committer | Jin Hong <jinh@codeaurora.org> | Mon Oct 31 10:48:15 2011 -0700 |
tree | 81e4bcb08168c34ddc8c0922ffb8857fb8246367 | |
parent | 6f6fdc65bfe8c38b6d905903de911eaed2a74e18 [diff] |
msm: 8960: replace strncpy with safer strlcpy strncpy does not guarantee the result string is NULL-terminated. Use the recommended alternative strlcpy instead. CRs-fixed: 313698 Change-Id: I7b3bf684adc3ee6dcaec6614c06e3ed98156e167 Signed-off-by: Jin Hong <jinh@codeaurora.org>