ASoC: msm: Use safer version of string copy.
Use strlcpy instead of strncpy as it ensures that the string copied
at the destination is nul-terminated.
Change-Id: I0efe21d3e2561452f0a5a7adf026d485421c2eb3
Signed-off-by:
Neema Shetty <nshetty@codeaurora.org>
Loading
Please sign in to comment