[Bug 289686] [panic] kernel panic: null pointer defererence in fuse_vnops.c:286

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 18 Sep 2025 21:15:50 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=289686

--- Comment #1 from iron.udjin@gmail.com ---
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.