Hello:
This patch was applied to jaegeuk/f2fs.git (dev) by Jaegeuk Kim jaegeuk@kernel.org:
On Sun, 22 Jan 2023 23:04:14 -0800 you wrote:
From: Eric Biggers ebiggers@google.com
When converting an inline directory to a regular one, f2fs is leaking uninitialized memory to disk because it doesn't initialize the entire directory block. Fix this by zero-initializing the block.
This bug was introduced by commit 4ec17d688d74 ("f2fs: avoid unneeded initializing when converting inline dentry"), which didn't consider the security implications of leaking uninitialized memory to disk.
[...]
Here is the summary with links: - [f2fs-dev] f2fs: fix information leak in f2fs_move_inline_dirents() https://git.kernel.org/jaegeuk/f2fs/c/638ce5437867
You are awesome, thank you!