https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195000

--- Comment #1 from [email protected] ---
A commit references this bug:

Author: rmacklem
Date: Wed May 18 22:23:20 UTC 2016
New revision: 300169
URL: https://svnweb.freebsd.org/changeset/base/300169

Log:
  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.

  PR:           195000
  Submitted by: [email protected] (earlier version)
  MFC after:    2 weeks

Changes:
  head/sys/fs/fuse/fuse_vnops.c

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"

Reply via email to