Bug 200421
Summary: | Buffer overrun in f2fs_truncate_inline_inode() when umounting an f2fs image | ||
---|---|---|---|
Product: | File System | Reporter: | Wen Xu (wen.xu) |
Component: | f2fs | Assignee: | F2FS development list (linux-f2fs-devel) |
Status: | RESOLVED CODE_FIX | ||
Severity: | normal | CC: | chao, wen.xu, yuchaochina |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 4.18 | Subsystem: | |
Regression: | No | Bisected commit-id: | |
Attachments: | The (compressed) crafted image which causes crash |
Description
Wen Xu
2018-07-05 19:01:09 UTC
Fixed by below commit, :) "f2fs: fix to do sanity check with i_extra_isize" Temp patch link: https://git.kernel.org/pub/scm/linux/kernel/git/chao/linux.git/commit/?h=f2fs-dev&id=fc5c5c0424a08645c52490b1a02c847179ab3625 Updated commit link in Linus' tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=18dd6470c2d14d10f5a2dd926925dc80dbd3abfd |