[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20221122155215.GG5824@twin.jikos.cz>
Date: Tue, 22 Nov 2022 16:52:15 +0100
From: David Sterba <dsterba@...e.cz>
To: Artem Chernyshev <artem.chernyshev@...-soft.ru>
Cc: Chris Mason <clm@...com>, David Sterba <dsterba@...e.com>,
Josef Bacik <josef@...icpanda.com>,
linux-btrfs@...r.kernel.org, linux-kernel@...r.kernel.org,
lvc-project@...uxtesting.org
Subject: Re: [PATCH v3] btrfs: Replace strncpy() with strscpy()
On Tue, Nov 22, 2022 at 05:51:08PM +0300, Artem Chernyshev wrote:
> Using strncpy() on NUL-terminated strings are deprecated.
> To avoid possible forming of non-terminated string
> strscpy() could be used.
>
> Found by Linux Verification Center (linuxtesting.org) with SVACE.
>
> Fixes: 475f63874d73 ("btrfs: new ioctls for scrub")
> Fixes: 606686eeac45 ("Btrfs: use rcu to protect device->name")
> Signed-off-by: Artem Chernyshev <artem.chernyshev@...-soft.ru>
Added to misc-next with minor adjustments, thanks.
Powered by blists - more mailing lists