[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <4ab5c6d1-9ce0-40aa-8fdb-340a50db3bec@kernel.org>
Date: Mon, 18 Nov 2024 16:14:07 +0800
From: Chao Yu <chao@...nel.org>
To: Daniel Yang <danielyangkang@...il.com>, Jaegeuk Kim <jaegeuk@...nel.org>,
"open list:F2FS FILE SYSTEM" <linux-f2fs-devel@...ts.sourceforge.net>,
open list <linux-kernel@...r.kernel.org>
Cc: Chao Yu <chao@...nel.org>
Subject: Re: [PATCH v3] f2fs: replace deprecated strcpy with strscpy
On 2024/11/18 15:01, Daniel Yang wrote:
> strcpy is deprecated. Kernel docs recommend replacing strcpy with
> strscpy. The function strcpy() return value isn't used so there
> shouldn't be an issue replacing with the safer alternative strscpy.
>
> Signed-off-by: Daniel Yang <danielyangkang@...il.com>
Reviewed-by: Chao Yu <chao@...nel.org>
Thanks,
Powered by blists - more mailing lists