btrfs: replace strncpy() with strscpy()
stable inclusion from stable-v5.10.163 commit 58de7a95f0e6c6da3f40fd0c49cfaf1cc06e21cc category: bugfix bugzilla: https://gitee.com/openeuler/kernel/issues/I7PJ9N Reference: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=58de7a95f0e6c6da3f40fd0c49cfaf1cc06e21cc ---------------------------------------------------- [ Upstream commit 63d5429f ] Using strncpy() on NUL-terminated strings are deprecated. To avoid possible forming of non-terminated string strscpy() should be used. Found by Linux Verification Center (linuxtesting.org) with SVACE. CC: stable@vger.kernel.org # 4.9+ Signed-off-by:Artem Chernyshev <artem.chernyshev@red-soft.ru> Reviewed-by:
David Sterba <dsterba@suse.com> Signed-off-by:
David Sterba <dsterba@suse.com> Signed-off-by:
Sasha Levin <sashal@kernel.org> Signed-off-by:
zhaoxiaoqiang11 <zhaoxiaoqiang11@jd.com>
Loading
Please sign in to comment