Page MenuHomeFreeBSD

fusefs: fix a panic on mount
ClosedPublic

Authored by asomers on Apr 6 2019, 3:28 PM.
Tags
None
Referenced Files
F148521725: D19836.id55882.diff
Wed, Mar 18, 10:54 AM
Unknown Object (File)
Tue, Mar 17, 7:41 AM
Unknown Object (File)
Mon, Mar 9, 10:15 AM
Unknown Object (File)
Sun, Mar 8, 10:11 PM
Unknown Object (File)
Tue, Mar 3, 7:34 AM
Unknown Object (File)
Mon, Mar 2, 7:09 PM
Unknown Object (File)
Sat, Feb 28, 7:30 AM
Unknown Object (File)
Wed, Feb 25, 2:42 AM
Subscribers

Details

Summary

fusefs: fix a panic on mount

Don't page fault if the file descriptor provided with "-o fd" is invalid.

Sponsored by: The FreeBSD Foundation

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

ngie added a subscriber: ngie.

LGTM!

sys/fs/fuse/fuse_vfsops.c
364 ↗(On Diff #55882)

Style: this should explicitly test for NULL.

This revision is now accepted and ready to land.Apr 6 2019, 4:30 PM
This revision was automatically updated to reflect the committed changes.