]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
fuse: zero initialize inode private data
authorMiklos Szeredi <mszeredi@redhat.com>
Tue, 19 Aug 2025 14:44:02 +0000 (16:44 +0200)
committerMiklos Szeredi <mszeredi@redhat.com>
Wed, 27 Aug 2025 12:29:44 +0000 (14:29 +0200)
commit3ca1b311181072415b6432a169de765ac2034e5a
tree64700f448a5116c654de6a12cd9839d137ca1f91
parent8c14f2086b94818e4a30e82c810443604f2f5a2b
fuse: zero initialize inode private data

This is slightly tricky, since the VFS uses non-zeroing allocation to
preserve some fields that are left in a consistent state.

Reported-by: Chunsheng Luo <luochunsheng@ustc.edu>
Closes: https://lore.kernel.org/all/20250818083224.229-1-luochunsheng@ustc.edu/
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
fs/fuse/inode.c