[Bug 195000] [patch] rsync -a to fuse fs may cause kernel panic

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed May 18 22:24:02 UTC 2016


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

--- Comment #1 from commit-hook at freebsd.org ---
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: henry.hu.sh at gmail.com (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.


More information about the freebsd-bugs mailing list