Bug 205433
Summary: | BUG: KASAN: use-after-free in ext4_put_super+0xb1d/0xd80 | ||
---|---|---|---|
Product: | File System | Reporter: | bobfuzzer |
Component: | ext4 | Assignee: | Theodore Tso (tytso) |
Status: | ASSIGNED --- | ||
Severity: | normal | CC: | tytso |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 5.0.21 | Subsystem: | |
Regression: | No | Bisected commit-id: | |
Attachments: |
(Compressed)crafted img
poc.c ext4: work around deleting a file with i_nlink == 0 safely |
Description
bobfuzzer
2019-11-05 06:47:52 UTC
Created attachment 285797 [details]
poc.c
Created attachment 285869 [details]
ext4: work around deleting a file with i_nlink == 0 safely
Here's the fix to the issue. (BTW, in the future please feel free to send a ping instead of messing with the severity.)
|