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

--- Comment #1 from [email protected] ---
The second pointer dereference is in line 828:

 828         fuse_vnode_savesize(vp, cred, td->td_proc->p_pid);

I guess it can be replaced by:

 828         fuse_vnode_savesize(vp, cred, pid);

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to