commit | 338e17d3f58e9868a12af7deb1edcfb40bd588b2 | [log] [tgz] |
---|---|---|
author | Joey Pabalinas <joeypabalinas@gmail.com> | Thu Mar 01 04:17:07 2018 -1000 |
committer | Takashi Iwai <tiwai@suse.de> | Thu Mar 01 16:13:13 2018 +0100 |
tree | 2a0ec4763de4fc80103c49c0ed7c8aa80e7e0f37 | |
parent | dd5f313be0d4d7a46f0e82c42aed4fbc784699ea [diff] |
ALSA: ice1712: replace strcpy() with strlcpy() Replace unsafe usages of strcpy() to copy the name argument into the sid.name buffer with strlcpy() to guard against possible buffer overflows. Signed-off-by: Joey Pabalinas <joeypabalinas@gmail.com> Suggested-by: Andy Shevchenko <andy.shevchenko@gmail.com> Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>