Bug 177801
Summary: | unable to handle kernel NULL pointer dereference at fuse_setattr | ||
---|---|---|---|
Product: | File System | Reporter: | Andreas Reis (andreas.reis) |
Component: | Other | Assignee: | fs_other |
Status: | NEW --- | ||
Severity: | high | CC: | miklos, regressions, szg00000 |
Priority: | P1 | ||
Hardware: | x86-64 | ||
OS: | Linux | ||
Kernel Version: | 4.9-rc1 | Subsystem: | |
Regression: | No | Bisected commit-id: | |
Attachments: |
proposed patch
proposed patch |
Description
Andreas Reis
2016-10-17 07:04:14 UTC
Created attachment 241931 [details]
proposed patch
Thanks for reporting!
The attached patch should fix the issue.
And will result in a memory leak... I'll do another patch. Created attachment 241941 [details]
proposed patch
This one should be better.
Looks like all is well again. Thanks! Fix pushed to git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git#for-linus FYI: This bug is in the list of regressions for 4.9. (In reply to Miklos Szeredi from comment #5) > Fix pushed to > git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git#for-linus But not sent upstream yet (or did I miss it?) -- is there a reason for that? |