]> www.infradead.org Git - users/dwmw2/linux.git/commit
Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 31 Jan 2025 17:33:54 +0000 (09:33 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 31 Jan 2025 17:33:54 +0000 (09:33 -0800)
commitb2fde87318f3d77314334b8bfe93846f36ae1708
tree63d72f2070a955dc238d5f3cbf1444bc9c2ceac0
parent8f08ed05b31c6cfb5acd2eb7340368560f17cdd3
parent60a6002432448bb3f291d80768ae98d62efc9c77
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()
fs/hostfs/hostfs_kern.c