Re: [PATCH v2] sound/pci/ice1712: replace strcpy() with strlcpy()

From: Takashi Iwai
Date: Thu Mar 01 2018 - 10:13:57 EST


On Thu, 01 Mar 2018 15:17:07 +0100,
Joey Pabalinas wrote:
>
> 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@xxxxxxxxx>
> Suggested-by: Andy Shevchenko <andy.shevchenko@xxxxxxxxx>
>
> 2 files changed, 8 insertions(+), 8 deletions(-)

Thanks, applied now.


Takashi