From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1031788AbeCAPNx (ORCPT ); Thu, 1 Mar 2018 10:13:53 -0500 Received: from mx2.suse.de ([195.135.220.15]:39002 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1031649AbeCAPNv (ORCPT ); Thu, 1 Mar 2018 10:13:51 -0500 Date: Thu, 01 Mar 2018 16:13:48 +0100 Message-ID: From: Takashi Iwai To: "Joey Pabalinas" Cc: "Andy Shevchenko" , "ALSA Development Mailing List" , "Jaroslav Kysela" , "Linux Kernel Mailing List" Subject: Re: [PATCH v2] sound/pci/ice1712: replace strcpy() with strlcpy() In-Reply-To: <20180301141707.cp5dc6zbh6bur4xw@gmail.com> References: <20180301114535.bf3ibzcpvohyjweu@gmail.com> <20180301141707.cp5dc6zbh6bur4xw@gmail.com> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.8 Emacs/25.3 (x86_64-suse-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 > Suggested-by: Andy Shevchenko > > 2 files changed, 8 insertions(+), 8 deletions(-) Thanks, applied now. Takashi