Page MenuHomeFreeBSD

fusefs: fix a panic on mount
ClosedPublic

Authored by asomers on Apr 6 2019, 3:28 PM.
Tags
None
Referenced Files
F83712109: D19836.id.diff
Mon, May 13, 9:12 PM
Unknown Object (File)
Fri, May 3, 4:37 AM
Unknown Object (File)
Fri, May 3, 4:36 AM
Unknown Object (File)
Fri, May 3, 4:36 AM
Unknown Object (File)
Thu, May 2, 9:50 PM
Unknown Object (File)
Mar 20 2024, 8:19 AM
Unknown Object (File)
Mar 5 2024, 1:02 AM
Unknown Object (File)
Dec 22 2023, 11:00 PM
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.