]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC: r300169
authorrmacklem <rmacklem@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 1 Jun 2016 20:30:31 +0000 (20:30 +0000)
committerrmacklem <rmacklem@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 1 Jun 2016 20:30:31 +0000 (20:30 +0000)
commit1a643271c5122e8a883243190a322b09ccc27d41
tree9affd5a2e5614b5ffc509795de989c42c9b40b59
parent357223939a2b203eba88554b8ace2c4247db2cfe
MFC: r300169
If a local (AF_LOCAL, AF_UNIX) socket creation (bind) is attempted
on a fuse mounted file system, it will crash. Although it may be
possible to make this work correctly, this patch avoids the crash
in the meantime.
I removed the MPASS(), since panicing for the FIFO case didn't make
a lot of sense when it returns an error for the others.

git-svn-id: svn://svn.freebsd.org/base/stable/10@301164 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/fs/fuse/fuse_vnops.c