commit | 9ba987d34bf38fa1c78a640ffda665be9fe12dbd | [log] [tgz] |
---|---|---|
author | Neema Shetty <nshetty@codeaurora.org> | Tue Oct 25 18:14:50 2011 -0700 |
committer | Neema Shetty <nshetty@codeaurora.org> | Tue Oct 25 20:01:58 2011 -0700 |
tree | 7eeb29ded56dbf28f2f8ea96032b7fcb2477e09d | |
parent | 53d4926573404bc91a98bb8c8403fe64aba6f445 [diff] |
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>