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>
Loading
Please sign in to comment