From: Linus Torvalds Date: Fri, 31 Jan 2025 17:33:54 +0000 (-0800) Subject: Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs X-Git-Tag: v6.14-rc1~23 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b2fde87318f3d77314334b8bfe93846f36ae1708;p=thirdparty%2Fkernel%2Flinux.git Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs Pull hostfs fix from Al Viro: "Fix hostfs __dentry_name() string handling. The use of strcpy() with overlapping source and destination is a UB; original loop hadn't been. More to the point, the whole thing is much easier done with memcpy() + memmove()" * tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs: hostfs: fix string handling in __dentry_name() --- b2fde87318f3d77314334b8bfe93846f36ae1708